Uses of Interface
org.burningwave.function.ThrowingPredicate
Packages that use ThrowingPredicate
-
Uses of ThrowingPredicate in org.burningwave
Fields in org.burningwave declared as ThrowingPredicateModifier and TypeFieldDescriptionprotected ThrowingPredicate<E,? extends Throwable> Criteria.Simple.predicateFields in org.burningwave with type parameters of type ThrowingPredicateModifier and TypeFieldDescriptionprotected Function<ThrowingPredicate<E,? extends Throwable>, ThrowingPredicate<E, ? extends Throwable>> Criteria.Simple.logicalOperatorprotected Function<ThrowingPredicate<E,? extends Throwable>, ThrowingPredicate<E, ? extends Throwable>> Criteria.Simple.logicalOperatorMethods in org.burningwave that return ThrowingPredicateModifier and TypeMethodDescriptionprotected <E,C extends Criteria.Simple<E, C>>
ThrowingPredicate<E,? extends Throwable> Criteria.Simple.concat(ThrowingPredicate<E, ? extends Throwable> mainPredicate, Function<ThrowingPredicate<E, ? extends Throwable>, ThrowingPredicate<E, ? extends Throwable>> logicalOperator, ThrowingPredicate<E, ? extends Throwable> otherPredicate) protected ThrowingPredicate<E,? extends Throwable> Criteria.Simple.concat(ThrowingPredicate<E, ? extends Throwable> mainPredicate, ThrowingPredicate<E, ? extends Throwable> otherPredicate) ThrowingPredicate<E,? extends Throwable> Criteria.TestContext.getPredicate()ThrowingPredicate<E,? extends Throwable> ThrowingPredicate<E,? extends Throwable> Criteria.Simple.getPredicateOrFalsePredicateIfPredicateIsNull()ThrowingPredicate<E,? extends Throwable> Criteria.getPredicateOrTruePredicateIfPredicateIsNull()ThrowingPredicate<E,? extends Throwable> Criteria.Simple.getPredicateOrTruePredicateIfPredicateIsNull()protected <V> ThrowingPredicate<E,? extends Throwable> Criteria.Simple.getPredicateWrapper(Function<E, V[]> valueSupplier, ThrowingBiPredicate<V[], Integer, ? extends Throwable> predicate) Methods in org.burningwave with parameters of type ThrowingPredicateModifier and TypeMethodDescriptionCriteria.allThoseThatMatch(ThrowingPredicate<E, ? extends Throwable> predicate) Criteria.Simple.allThoseThatMatch(ThrowingPredicate<E, ? extends Throwable> predicate) protected <E,C extends Criteria.Simple<E, C>>
ThrowingPredicate<E,? extends Throwable> Criteria.Simple.concat(ThrowingPredicate<E, ? extends Throwable> mainPredicate, Function<ThrowingPredicate<E, ? extends Throwable>, ThrowingPredicate<E, ? extends Throwable>> logicalOperator, ThrowingPredicate<E, ? extends Throwable> otherPredicate) protected ThrowingPredicate<E,? extends Throwable> Criteria.Simple.concat(ThrowingPredicate<E, ? extends Throwable> mainPredicate, ThrowingPredicate<E, ? extends Throwable> otherPredicate) static final <E,C extends Criteria<E, C, T>, T extends Criteria.TestContext<E, C>>
Criteria<E,C, T> Criteria.of(ThrowingPredicate<E, ? extends Throwable> predicate) Method parameters in org.burningwave with type arguments of type ThrowingPredicateModifier and TypeMethodDescriptionprotected <E,C extends Criteria.Simple<E, C>>
ThrowingPredicate<E,? extends Throwable> Criteria.Simple.concat(ThrowingPredicate<E, ? extends Throwable> mainPredicate, Function<ThrowingPredicate<E, ? extends Throwable>, ThrowingPredicate<E, ? extends Throwable>> logicalOperator, ThrowingPredicate<E, ? extends Throwable> otherPredicate) protected <E,C extends Criteria.Simple<E, C>>
ThrowingPredicate<E,? extends Throwable> Criteria.Simple.concat(ThrowingPredicate<E, ? extends Throwable> mainPredicate, Function<ThrowingPredicate<E, ? extends Throwable>, ThrowingPredicate<E, ? extends Throwable>> logicalOperator, ThrowingPredicate<E, ? extends Throwable> otherPredicate) protected CCriteria.Simple.logicOperation(C leftCriteria, C rightCriteria, Function<ThrowingPredicate<E, ? extends Throwable>, Function<ThrowingPredicate<? super E, ? extends Throwable>, ThrowingPredicate<E, ? extends Throwable>>> binaryOperator, C targetCriteria) protected CCriteria.Simple.logicOperation(C leftCriteria, C rightCriteria, Function<ThrowingPredicate<E, ? extends Throwable>, Function<ThrowingPredicate<? super E, ? extends Throwable>, ThrowingPredicate<E, ? extends Throwable>>> binaryOperator, C targetCriteria) protected CCriteria.Simple.logicOperation(C leftCriteria, C rightCriteria, Function<ThrowingPredicate<E, ? extends Throwable>, Function<ThrowingPredicate<? super E, ? extends Throwable>, ThrowingPredicate<E, ? extends Throwable>>> binaryOperator, C targetCriteria) -
Uses of ThrowingPredicate in org.burningwave.function
Methods in org.burningwave.function that return ThrowingPredicateModifier and TypeMethodDescriptionstatic <T,E extends Throwable>
ThrowingPredicate<T,E> Handler.and(ThrowingPredicate<T, E> left, ThrowingPredicate<? super T, ? extends E> right) static <T,E extends Throwable>
ThrowingPredicate<T,E> Handler.negate(ThrowingPredicate<T, E> predicate) static <T,E extends Throwable>
ThrowingPredicate<T,E> Handler.or(ThrowingPredicate<T, E> left, ThrowingPredicate<? super T, ? extends E> right) Methods in org.burningwave.function with parameters of type ThrowingPredicateModifier and TypeMethodDescriptionstatic <T,E extends Throwable>
ThrowingPredicate<T,E> Handler.and(ThrowingPredicate<T, E> left, ThrowingPredicate<? super T, ? extends E> right) static <T,E extends Throwable>
ThrowingPredicate<T,E> Handler.negate(ThrowingPredicate<T, E> predicate) static <T,E extends Throwable>
ThrowingPredicate<T,E> Handler.or(ThrowingPredicate<T, E> left, ThrowingPredicate<? super T, ? extends E> right) -
Uses of ThrowingPredicate in org.burningwave.reflection
Methods in org.burningwave.reflection with parameters of type ThrowingPredicateModifier and TypeMethodDescriptionstatic MethodCriteriaMethodCriteria.byScanUpTo(ThrowingPredicate<Class<?>, ? extends Throwable> predicate) MemberCriteria.name(ThrowingPredicate<String, ? extends Throwable> predicate) ExecutableMemberCriteria.parameterTypes(ThrowingPredicate<Class<?>[], ? extends Throwable> predicate) MemberCriteria.result(ThrowingPredicate<Collection<M>, ? extends Throwable> resultPredicate) MethodCriteria.returnType(ThrowingPredicate<Class<?>, ? extends Throwable> predicate) FieldCriteria.type(ThrowingPredicate<Class<?>, ? extends Throwable> predicate)