- accept(A, B) - Method in interface net.lenni0451.commons.functional.consumer.BiConsumer
-
- accept(O) - Method in interface net.lenni0451.commons.functional.consumer.Consumer
-
- accept(A, B) - Method in interface net.lenni0451.commons.functional.consumer.throwing.ThrowingBiConsumer
-
- accept(O) - Method in interface net.lenni0451.commons.functional.consumer.throwing.ThrowingConsumer
-
- accept(A, B, C) - Method in interface net.lenni0451.commons.functional.consumer.throwing.ThrowingTriConsumer
-
- accept(A, B, C) - Method in interface net.lenni0451.commons.functional.consumer.TriConsumer
-
- after(BiConsumer<A, B>) - Method in interface net.lenni0451.commons.functional.consumer.BiConsumer
-
Executes the other consumer before this one.
- after(Consumer<O>) - Method in interface net.lenni0451.commons.functional.consumer.Consumer
-
Executes the other consumer before this one.
- after(ThrowingBiConsumer<A, B, T>) - Method in interface net.lenni0451.commons.functional.consumer.throwing.ThrowingBiConsumer
-
Executes the other consumer before this one.
- after(ThrowingConsumer<O, T>) - Method in interface net.lenni0451.commons.functional.consumer.throwing.ThrowingConsumer
-
Executes the other consumer before this one.
- after(ThrowingTriConsumer<A, B, C, T>) - Method in interface net.lenni0451.commons.functional.consumer.throwing.ThrowingTriConsumer
-
Executes the other consumer before this one.
- after(TriConsumer<A, B, C>) - Method in interface net.lenni0451.commons.functional.consumer.TriConsumer
-
Executes the other consumer before this one.
- after(Function<? super X, ? extends O>) - Method in interface net.lenni0451.commons.functional.functions.Function
-
Executes the other function before this one.
- after(ThrowingFunction<? super X, ? extends O, T>) - Method in interface net.lenni0451.commons.functional.functions.throwing.ThrowingFunction
-
Executes the other function before this one.
- apply(A, B) - Method in interface net.lenni0451.commons.functional.functions.BiFunction
-
- apply(O) - Method in interface net.lenni0451.commons.functional.functions.Function
-
- apply(A, B) - Method in interface net.lenni0451.commons.functional.functions.throwing.ThrowingBiFunction
-
- apply(O) - Method in interface net.lenni0451.commons.functional.functions.throwing.ThrowingFunction
-
- apply(A, B, C) - Method in interface net.lenni0451.commons.functional.functions.throwing.ThrowingTriFunction
-
- apply(A, B, C) - Method in interface net.lenni0451.commons.functional.functions.TriFunction
-