Uses of Interface
io.activej.common.function.PredicateEx
Packages that use PredicateEx
-
Uses of PredicateEx in io.activej.common.function
Methods in io.activej.common.function that return PredicateExMethods in io.activej.common.function with parameters of type PredicateExModifier and TypeMethodDescriptionstatic <T> Predicate<T>PredicateEx.uncheckedOf(PredicateEx<T> checkedFn) Creates aPredicateout ofPredicateEx