Package io.sundr.utils
Class Predicates
- java.lang.Object
-
- io.sundr.utils.Predicates
-
public class Predicates extends Object
-
-
Constructor Summary
Constructors Constructor Description Predicates()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Predicate<T>after(Predicate<T> predicate)static <T> Predicate<T>distinct()static <T> Predicate<T>distinct(Function<? super T,Object> keyExtractor)static <T> Predicate<T>until(Predicate<T> predicate)
-