Uses of Interface
io.activej.common.function.BiPredicateEx
Packages that use BiPredicateEx
-
Uses of BiPredicateEx in io.activej.common.function
Methods in io.activej.common.function that return BiPredicateExModifier and TypeMethodDescriptionstatic <T,U> BiPredicateEx<T, U> BiPredicateEx.of(BiPredicate<T, U> uncheckedFn) Methods in io.activej.common.function with parameters of type BiPredicateExModifier and TypeMethodDescriptionstatic <T,U> BiPredicate<T, U> BiPredicateEx.uncheckedOf(BiPredicateEx<T, U> checkedFn) Creates aBiPredicateout ofBiPredicateEx