Class Predicate.SimplePredicate<T>

java.lang.Object
org.wildfly.clustering.cache.function.Predicate.SimplePredicate<T>
All Implemented Interfaces:
Predicate<T>, Predicate<T>
Enclosing interface:
Predicate<T>

public static class Predicate.SimplePredicate<T> extends Object implements Predicate<T>
Author:
Paul Ferraro
  • Method Details

    • test

      public boolean test(T value)
      Specified by:
      test in interface Predicate<T>