Package org.jboss.as.clustering.function
Class Predicates
- java.lang.Object
-
- org.jboss.as.clustering.function.Predicates
-
-
Constructor Summary
Constructors Constructor Description Predicates()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Predicate<T>always()static <T> Predicate<T>never()static <T> Predicate<T>same(T object)static <T> Predicate<T>when(boolean condition)
-