Uses of Interface
org.burningwave.function.ThrowingTriPredicate
Packages that use ThrowingTriPredicate
-
Uses of ThrowingTriPredicate in org.burningwave
Methods in org.burningwave with parameters of type ThrowingTriPredicateModifier and TypeMethodDescriptionprotected <V> ThrowingBiPredicate<T,E, ? extends Throwable> Criteria.getPredicateWrapper(ThrowingBiFunction<T, E, V[], ? extends Throwable> valueSupplier, ThrowingTriPredicate<T, V[], Integer, ? extends Throwable> predicate) -
Uses of ThrowingTriPredicate in org.burningwave.function
Methods in org.burningwave.function that return ThrowingTriPredicateModifier and TypeMethodDescriptionstatic <P0,P1, P2, E extends Throwable>
ThrowingTriPredicate<P0,P1, P2, E> Handler.and(ThrowingTriPredicate<P0, P1, P2, E> left, ThrowingTriPredicate<? super P0, ? super P1, ? super P2, ? extends E> right) static <P0,P1, P2, E extends Throwable>
ThrowingTriPredicate<P0,P1, P2, E> Handler.negate(ThrowingTriPredicate<P0, P1, P2, E> predicate) static <P0,P1, P2, E extends Throwable>
ThrowingTriPredicate<P0,P1, P2, E> Handler.or(ThrowingTriPredicate<P0, P1, P2, E> left, ThrowingTriPredicate<? super P0, ? super P1, ? super P2, ? extends E> right) Methods in org.burningwave.function with parameters of type ThrowingTriPredicateModifier and TypeMethodDescriptionstatic <P0,P1, P2, E extends Throwable>
ThrowingTriPredicate<P0,P1, P2, E> Handler.and(ThrowingTriPredicate<P0, P1, P2, E> left, ThrowingTriPredicate<? super P0, ? super P1, ? super P2, ? extends E> right) static <P0,P1, P2, E extends Throwable>
ThrowingTriPredicate<P0,P1, P2, E> Handler.negate(ThrowingTriPredicate<P0, P1, P2, E> predicate) static <P0,P1, P2, E extends Throwable>
ThrowingTriPredicate<P0,P1, P2, E> Handler.or(ThrowingTriPredicate<P0, P1, P2, E> left, ThrowingTriPredicate<? super P0, ? super P1, ? super P2, ? extends E> right) -
Uses of ThrowingTriPredicate in org.burningwave.reflection
Methods in org.burningwave.reflection with parameters of type ThrowingTriPredicate