Uses of Interface
org.burningwave.function.ThrowingBiPredicate
Packages that use ThrowingBiPredicate
-
Uses of ThrowingBiPredicate in org.burningwave
Fields in org.burningwave declared as ThrowingBiPredicateModifier and TypeFieldDescriptionprotected ThrowingBiPredicate<T,E, ? extends Throwable> Criteria.predicateFields in org.burningwave with type parameters of type ThrowingBiPredicateModifier and TypeFieldDescriptionprotected Function<ThrowingBiPredicate<T,E, ? extends Throwable>, ThrowingBiPredicate<T, E, ? extends Throwable>> Criteria.logicalOperatorprotected Function<ThrowingBiPredicate<T,E, ? extends Throwable>, ThrowingBiPredicate<T, E, ? extends Throwable>> Criteria.logicalOperatorMethods in org.burningwave that return ThrowingBiPredicateModifier and TypeMethodDescriptionprotected <E,C extends Criteria<E, C, T>, T extends Criteria.TestContext<E, C>>
ThrowingBiPredicate<T,E, ? extends Throwable> Criteria.concat(ThrowingBiPredicate<T, E, ? extends Throwable> mainPredicate, Function<ThrowingBiPredicate<T, E, ? extends Throwable>, ThrowingBiPredicate<T, E, ? extends Throwable>> logicalOperator, ThrowingBiPredicate<T, E, ? extends Throwable> otherPredicate) protected ThrowingBiPredicate<T,E, ? extends Throwable> Criteria.concat(ThrowingBiPredicate<T, E, ? extends Throwable> mainPredicate, ThrowingBiPredicate<T, E, ? extends Throwable> otherPredicate) protected <V> ThrowingBiPredicate<T,E, ? extends Throwable> Criteria.getPredicateWrapper(ThrowingBiFunction<T, E, V[], ? extends Throwable> valueSupplier, ThrowingTriPredicate<T, V[], Integer, ? extends Throwable> predicate) Methods in org.burningwave with parameters of type ThrowingBiPredicateModifier and TypeMethodDescriptionCriteria.allThoseThatMatch(ThrowingBiPredicate<T, E, ? extends Throwable> predicate) protected <E,C extends Criteria<E, C, T>, T extends Criteria.TestContext<E, C>>
ThrowingBiPredicate<T,E, ? extends Throwable> Criteria.concat(ThrowingBiPredicate<T, E, ? extends Throwable> mainPredicate, Function<ThrowingBiPredicate<T, E, ? extends Throwable>, ThrowingBiPredicate<T, E, ? extends Throwable>> logicalOperator, ThrowingBiPredicate<T, E, ? extends Throwable> otherPredicate) protected ThrowingBiPredicate<T,E, ? extends Throwable> Criteria.concat(ThrowingBiPredicate<T, E, ? extends Throwable> mainPredicate, ThrowingBiPredicate<T, E, ? extends Throwable> otherPredicate) protected <V> ThrowingPredicate<E,? extends Throwable> Criteria.Simple.getPredicateWrapper(Function<E, V[]> valueSupplier, ThrowingBiPredicate<V[], Integer, ? extends Throwable> predicate) static final <E,C extends Criteria<E, C, T>, T extends Criteria.TestContext<E, C>>
Criteria<E,C, T> Criteria.of(ThrowingBiPredicate<T, E, ? extends Throwable> predicate) Method parameters in org.burningwave with type arguments of type ThrowingBiPredicateModifier and TypeMethodDescriptionprotected <E,C extends Criteria<E, C, T>, T extends Criteria.TestContext<E, C>>
ThrowingBiPredicate<T,E, ? extends Throwable> Criteria.concat(ThrowingBiPredicate<T, E, ? extends Throwable> mainPredicate, Function<ThrowingBiPredicate<T, E, ? extends Throwable>, ThrowingBiPredicate<T, E, ? extends Throwable>> logicalOperator, ThrowingBiPredicate<T, E, ? extends Throwable> otherPredicate) protected <E,C extends Criteria<E, C, T>, T extends Criteria.TestContext<E, C>>
ThrowingBiPredicate<T,E, ? extends Throwable> Criteria.concat(ThrowingBiPredicate<T, E, ? extends Throwable> mainPredicate, Function<ThrowingBiPredicate<T, E, ? extends Throwable>, ThrowingBiPredicate<T, E, ? extends Throwable>> logicalOperator, ThrowingBiPredicate<T, E, ? extends Throwable> otherPredicate) protected CCriteria.logicOperation(C leftCriteria, C rightCriteria, Function<ThrowingBiPredicate<T, E, ? extends Throwable>, Function<ThrowingBiPredicate<? super T, ? super E, ? extends Throwable>, ThrowingBiPredicate<T, E, ? extends Throwable>>> binaryOperator, C targetCriteria) protected CCriteria.logicOperation(C leftCriteria, C rightCriteria, Function<ThrowingBiPredicate<T, E, ? extends Throwable>, Function<ThrowingBiPredicate<? super T, ? super E, ? extends Throwable>, ThrowingBiPredicate<T, E, ? extends Throwable>>> binaryOperator, C targetCriteria) protected CCriteria.logicOperation(C leftCriteria, C rightCriteria, Function<ThrowingBiPredicate<T, E, ? extends Throwable>, Function<ThrowingBiPredicate<? super T, ? super E, ? extends Throwable>, ThrowingBiPredicate<T, E, ? extends Throwable>>> binaryOperator, C targetCriteria) -
Uses of ThrowingBiPredicate in org.burningwave.function
Methods in org.burningwave.function that return ThrowingBiPredicateModifier and TypeMethodDescriptionstatic <T,U, E extends Throwable>
ThrowingBiPredicate<T,U, E> Handler.and(ThrowingBiPredicate<T, U, E> left, ThrowingBiPredicate<? super T, ? super U, ? extends E> right) static <T,U, E extends Throwable>
ThrowingBiPredicate<T,U, E> Handler.negate(ThrowingBiPredicate<T, U, E> predicate) static <T,U, E extends Throwable>
ThrowingBiPredicate<T,U, E> Handler.or(ThrowingBiPredicate<T, U, E> left, ThrowingBiPredicate<? super T, ? super U, ? extends E> right) Methods in org.burningwave.function with parameters of type ThrowingBiPredicateModifier and TypeMethodDescriptionstatic <T,U, E extends Throwable>
ThrowingBiPredicate<T,U, E> Handler.and(ThrowingBiPredicate<T, U, E> left, ThrowingBiPredicate<? super T, ? super U, ? extends E> right) static <T,U, E extends Throwable>
ThrowingBiPredicate<T,U, E> Handler.negate(ThrowingBiPredicate<T, U, E> predicate) static <T,U, E extends Throwable>
ThrowingBiPredicate<T,U, E> Handler.or(ThrowingBiPredicate<T, U, E> left, ThrowingBiPredicate<? super T, ? super U, ? extends E> right) -
Uses of ThrowingBiPredicate in org.burningwave.reflection
Methods in org.burningwave.reflection with parameters of type ThrowingBiPredicateModifier and TypeMethodDescriptionstatic ConstructorCriteriaConstructorCriteria.byScanUpTo(ThrowingBiPredicate<Class<?>, Class<?>, ? extends Throwable> predicate) static FieldCriteriaFieldCriteria.byScanUpTo(ThrowingBiPredicate<Class<?>, Class<?>, ? extends Throwable> predicate) static MethodCriteriaMethodCriteria.byScanUpTo(ThrowingBiPredicate<Class<?>, Class<?>, ? extends Throwable> predicate) ExecutableMemberCriteria.parameter(ThrowingBiPredicate<Parameter[], Integer, ? extends Throwable> predicate) ExecutableMemberCriteria.parameterType(ThrowingBiPredicate<Class<?>[], Integer, ? extends Throwable> predicate) MemberCriteria.skip(ThrowingBiPredicate<Class<?>, Class<?>, ? extends Throwable> predicate) Method parameters in org.burningwave.reflection with type arguments of type ThrowingBiPredicateModifier and TypeMethodDescriptionprotected CMemberCriteria.logicOperation(C leftCriteria, C rightCriteria, Function<ThrowingBiPredicate<T, M, ? extends Throwable>, Function<ThrowingBiPredicate<? super T, ? super M, ? extends Throwable>, ThrowingBiPredicate<T, M, ? extends Throwable>>> binaryOperator, C targetCriteria) protected CMemberCriteria.logicOperation(C leftCriteria, C rightCriteria, Function<ThrowingBiPredicate<T, M, ? extends Throwable>, Function<ThrowingBiPredicate<? super T, ? super M, ? extends Throwable>, ThrowingBiPredicate<T, M, ? extends Throwable>>> binaryOperator, C targetCriteria) protected CMemberCriteria.logicOperation(C leftCriteria, C rightCriteria, Function<ThrowingBiPredicate<T, M, ? extends Throwable>, Function<ThrowingBiPredicate<? super T, ? super M, ? extends Throwable>, ThrowingBiPredicate<T, M, ? extends Throwable>>> binaryOperator, C targetCriteria)