- accept(T1, T2, T3) - Method in interface net.ashwork.functionality.arity.consumer.Consumer3
-
Performs this operation on the given arguments.
- accept(T1, T2, T3, T4) - Method in interface net.ashwork.functionality.arity.consumer.Consumer4
-
Performs this operation on the given arguments.
- accept(T1, T2, T3, T4, T5) - Method in interface net.ashwork.functionality.arity.consumer.Consumer5
-
Performs this operation on the given arguments.
- accept(T1, T2, T3, T4, T5, T6) - Method in interface net.ashwork.functionality.arity.consumer.Consumer6
-
Performs this operation on the given arguments.
- and(Predicate<? super T>) - Method in interface net.ashwork.functionality.arity.predicate.Predicate1
-
- and(BiPredicate<? super T1, ? super T2>) - Method in interface net.ashwork.functionality.arity.predicate.Predicate2
-
- and(Predicate3<? super T1, ? super T2, ? super T3>) - Method in interface net.ashwork.functionality.arity.predicate.Predicate3
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(Predicate4<? super T1, ? super T2, ? super T3, ? super T4>) - Method in interface net.ashwork.functionality.arity.predicate.Predicate4
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(Predicate5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5>) - Method in interface net.ashwork.functionality.arity.predicate.Predicate5
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(Predicate6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>) - Method in interface net.ashwork.functionality.arity.predicate.Predicate6
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- andThen(Consumer3<? super T1, ? super T2, ? super T3>) - Method in interface net.ashwork.functionality.arity.consumer.Consumer3
-
Returns a composed consumer that performs, in sequence, this
operation followed by the after operation.
- andThen(Consumer4<? super T1, ? super T2, ? super T3, ? super T4>) - Method in interface net.ashwork.functionality.arity.consumer.Consumer4
-
Returns a composed consumer that performs, in sequence, this
operation followed by the after operation.
- andThen(Consumer5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5>) - Method in interface net.ashwork.functionality.arity.consumer.Consumer5
-
Returns a composed consumer that performs, in sequence, this
operation followed by the after operation.
- andThen(Consumer6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6>) - Method in interface net.ashwork.functionality.arity.consumer.Consumer6
-
Returns a composed consumer that performs, in sequence, this
operation followed by the after operation.
- andThen(Function<? super R, ? extends V>) - Method in interface net.ashwork.functionality.arity.function.Function3
-
Returns a composed function that first applies this function to
its input, and then applies the after function to the result.
- andThen(Function<? super R, ? extends V>) - Method in interface net.ashwork.functionality.arity.function.Function4
-
Returns a composed function that first applies this function to
its input, and then applies the after function to the result.
- andThen(Function<? super R, ? extends V>) - Method in interface net.ashwork.functionality.arity.function.Function5
-
Returns a composed function that first applies this function to
its input, and then applies the after function to the result.
- andThen(Function<? super R, ? extends V>) - Method in interface net.ashwork.functionality.arity.function.Function6
-
Returns a composed function that first applies this function to
its input, and then applies the after function to the result.
- apply(T1, T2, T3) - Method in interface net.ashwork.functionality.arity.function.Function3
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4) - Method in interface net.ashwork.functionality.arity.function.Function4
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5) - Method in interface net.ashwork.functionality.arity.function.Function5
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6) - Method in interface net.ashwork.functionality.arity.function.Function6
-
Applies this function to the given arguments.