Uses of Interface
org.burningwave.function.Function
Packages that use Function
-
Uses of Function in org.burningwave
Fields in org.burningwave declared as FunctionModifier and TypeFieldDescriptionprotected Function<ThrowingBiPredicate<T,E, ? extends Throwable>, ThrowingBiPredicate<T, E, ? extends Throwable>> Criteria.logicalOperatorprotected Function<ThrowingPredicate<E,? extends Throwable>, ThrowingPredicate<E, ? extends Throwable>> Criteria.Simple.logicalOperatorMethods in org.burningwave with parameters of type FunctionModifier 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.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 <V> ThrowingPredicate<E,? extends Throwable> Criteria.Simple.getPredicateWrapper(Function<E, V[]> valueSupplier, ThrowingBiPredicate<V[], Integer, ? extends Throwable> predicate) <T> StringStrings.join(String separator, Collection<T> objects, Function<T, String> objectProcessor) <T> Stringprotected 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.Simple.logicOperation(C leftCriteria, C rightCriteria, Function<ThrowingPredicate<E, ? extends Throwable>, Function<ThrowingPredicate<? super E, ? extends Throwable>, ThrowingPredicate<E, ? extends Throwable>>> binaryOperator, C targetCriteria) Method parameters in org.burningwave with type arguments of type FunctionModifier and TypeMethodDescriptionprotected 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.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 Function in org.burningwave.reflection
Methods in org.burningwave.reflection with parameters of type FunctionModifier 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) Method parameters in org.burningwave.reflection with type arguments of type FunctionModifier 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)