Skip navigation links
A B C F G I M N Q S T 

A

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
 

B

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

C

Consumer<O> - Interface in net.lenni0451.commons.functional.consumer
 

F

Function<O,R> - Interface in net.lenni0451.commons.functional.functions
 

G

get() - Method in interface net.lenni0451.commons.functional.supplier.Supplier
 
get() - Method in interface net.lenni0451.commons.functional.supplier.throwing.ThrowingSupplier
 
getA() - Method in class net.lenni0451.commons.functional.multiples.immutable.ImmutableQuadruple
 
getA() - Method in class net.lenni0451.commons.functional.multiples.immutable.ImmutableTriple
 
getA() - Method in class net.lenni0451.commons.functional.multiples.immutable.ImmutableTuple
 
getA() - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableQuadruple
 
getA() - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTriple
 
getA() - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTuple
 
getA() - Method in interface net.lenni0451.commons.functional.multiples.Quadruple
 
getA() - Method in interface net.lenni0451.commons.functional.multiples.Triple
 
getA() - Method in interface net.lenni0451.commons.functional.multiples.Tuple
 
getB() - Method in class net.lenni0451.commons.functional.multiples.immutable.ImmutableQuadruple
 
getB() - Method in class net.lenni0451.commons.functional.multiples.immutable.ImmutableTriple
 
getB() - Method in class net.lenni0451.commons.functional.multiples.immutable.ImmutableTuple
 
getB() - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableQuadruple
 
getB() - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTriple
 
getB() - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTuple
 
getB() - Method in interface net.lenni0451.commons.functional.multiples.Quadruple
 
getB() - Method in interface net.lenni0451.commons.functional.multiples.Triple
 
getB() - Method in interface net.lenni0451.commons.functional.multiples.Tuple
 
getC() - Method in class net.lenni0451.commons.functional.multiples.immutable.ImmutableQuadruple
 
getC() - Method in class net.lenni0451.commons.functional.multiples.immutable.ImmutableTriple
 
getC() - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableQuadruple
 
getC() - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTriple
 
getC() - Method in interface net.lenni0451.commons.functional.multiples.Quadruple
 
getC() - Method in interface net.lenni0451.commons.functional.multiples.Triple
 
getD() - Method in class net.lenni0451.commons.functional.multiples.immutable.ImmutableQuadruple
 
getD() - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableQuadruple
 
getD() - Method in interface net.lenni0451.commons.functional.multiples.Quadruple
 
getFirst() - Method in interface net.lenni0451.commons.functional.multiples.Quadruple
 
getFirst() - Method in interface net.lenni0451.commons.functional.multiples.Triple
 
getFirst() - Method in interface net.lenni0451.commons.functional.multiples.Tuple
 
getFourth() - Method in interface net.lenni0451.commons.functional.multiples.Quadruple
 
getLeft() - Method in interface net.lenni0451.commons.functional.multiples.Triple
 
getLeft() - Method in interface net.lenni0451.commons.functional.multiples.Tuple
 
getMiddle() - Method in interface net.lenni0451.commons.functional.multiples.Triple
 
getRight() - Method in interface net.lenni0451.commons.functional.multiples.Triple
 
getRight() - Method in interface net.lenni0451.commons.functional.multiples.Tuple
 
getSecond() - Method in interface net.lenni0451.commons.functional.multiples.Quadruple
 
getSecond() - Method in interface net.lenni0451.commons.functional.multiples.Triple
 
getSecond() - Method in interface net.lenni0451.commons.functional.multiples.Tuple
 
getThird() - Method in interface net.lenni0451.commons.functional.multiples.Quadruple
 
getThird() - Method in interface net.lenni0451.commons.functional.multiples.Triple
 

I

identity() - Method in interface net.lenni0451.commons.functional.functions.Function
A function that always returns the argument value.
identity() - Method in interface net.lenni0451.commons.functional.functions.throwing.ThrowingFunction
A function that always returns the argument value.
immutable(A, B, C, D) - Static method in interface net.lenni0451.commons.functional.multiples.Quadruple
 
immutable(A, B, C) - Static method in interface net.lenni0451.commons.functional.multiples.Triple
 
immutable(A, B) - Static method in interface net.lenni0451.commons.functional.multiples.Tuple
 
ImmutableQuadruple<A,B,C,D> - Class in net.lenni0451.commons.functional.multiples.immutable
 
ImmutableQuadruple(A, B, C, D) - Constructor for class net.lenni0451.commons.functional.multiples.immutable.ImmutableQuadruple
 
ImmutableTriple<A,B,C> - Class in net.lenni0451.commons.functional.multiples.immutable
 
ImmutableTriple(A, B, C) - Constructor for class net.lenni0451.commons.functional.multiples.immutable.ImmutableTriple
 
ImmutableTuple<A,B> - Class in net.lenni0451.commons.functional.multiples.immutable
 
ImmutableTuple(A, B) - Constructor for class net.lenni0451.commons.functional.multiples.immutable.ImmutableTuple
 

M

mutable(A, B, C, D) - Static method in interface net.lenni0451.commons.functional.multiples.Quadruple
 
mutable(A, B, C) - Static method in interface net.lenni0451.commons.functional.multiples.Triple
 
mutable(A, B) - Static method in interface net.lenni0451.commons.functional.multiples.Tuple
 
MutableQuadruple<A,B,C,D> - Class in net.lenni0451.commons.functional.multiples.mutable
 
MutableQuadruple(A, B, C, D) - Constructor for class net.lenni0451.commons.functional.multiples.mutable.MutableQuadruple
 
MutableTriple<A,B,C> - Class in net.lenni0451.commons.functional.multiples.mutable
 
MutableTriple(A, B, C) - Constructor for class net.lenni0451.commons.functional.multiples.mutable.MutableTriple
 
MutableTuple<A,B> - Class in net.lenni0451.commons.functional.multiples.mutable
 
MutableTuple(A, B) - Constructor for class net.lenni0451.commons.functional.multiples.mutable.MutableTuple
 

N

net.lenni0451.commons.functional.consumer - package net.lenni0451.commons.functional.consumer
 
net.lenni0451.commons.functional.consumer.throwing - package net.lenni0451.commons.functional.consumer.throwing
 
net.lenni0451.commons.functional.functions - package net.lenni0451.commons.functional.functions
 
net.lenni0451.commons.functional.functions.throwing - package net.lenni0451.commons.functional.functions.throwing
 
net.lenni0451.commons.functional.multiples - package net.lenni0451.commons.functional.multiples
 
net.lenni0451.commons.functional.multiples.immutable - package net.lenni0451.commons.functional.multiples.immutable
 
net.lenni0451.commons.functional.multiples.mutable - package net.lenni0451.commons.functional.multiples.mutable
 
net.lenni0451.commons.functional.supplier - package net.lenni0451.commons.functional.supplier
 
net.lenni0451.commons.functional.supplier.throwing - package net.lenni0451.commons.functional.supplier.throwing
 

Q

Quadruple<A,B,C,D> - Interface in net.lenni0451.commons.functional.multiples
 

S

set(A, B, C, D) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableQuadruple
 
set(A, B, C) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTriple
 
set(A, B) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTuple
 
setA(A) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableQuadruple
 
setA(A) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTriple
 
setA(A) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTuple
 
setB(B) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableQuadruple
 
setB(B) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTriple
 
setB(B) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTuple
 
setC(C) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableQuadruple
 
setC(C) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTriple
 
setD(D) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableQuadruple
 
setFirst(A) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableQuadruple
 
setFirst(A) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTriple
 
setFirst(A) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTuple
 
setFourth(D) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableQuadruple
 
setLeft(A) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTriple
 
setLeft(A) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTuple
 
setMiddle(B) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTriple
 
setRight(C) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTriple
 
setRight(B) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTuple
 
setSecond(B) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableQuadruple
 
setSecond(B) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTriple
 
setSecond(B) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTuple
 
setThird(C) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableQuadruple
 
setThird(C) - Method in class net.lenni0451.commons.functional.multiples.mutable.MutableTriple
 
Supplier<O> - Interface in net.lenni0451.commons.functional.supplier
 

T

ThrowingBiConsumer<A,B,T extends java.lang.Throwable> - Interface in net.lenni0451.commons.functional.consumer.throwing
 
ThrowingBiFunction<A,B,R,T extends java.lang.Throwable> - Interface in net.lenni0451.commons.functional.functions.throwing
 
ThrowingConsumer<O,T extends java.lang.Throwable> - Interface in net.lenni0451.commons.functional.consumer.throwing
 
ThrowingFunction<O,R,T extends java.lang.Throwable> - Interface in net.lenni0451.commons.functional.functions.throwing
 
ThrowingSupplier<O,T extends java.lang.Throwable> - Interface in net.lenni0451.commons.functional.supplier.throwing
 
ThrowingTriConsumer<A,B,C,T extends java.lang.Throwable> - Interface in net.lenni0451.commons.functional.consumer.throwing
 
ThrowingTriFunction<A,B,C,R,T extends java.lang.Throwable> - Interface in net.lenni0451.commons.functional.functions.throwing
 
TriConsumer<A,B,C> - Interface in net.lenni0451.commons.functional.consumer
 
TriFunction<A,B,C,R> - Interface in net.lenni0451.commons.functional.functions
 
Triple<A,B,C> - Interface in net.lenni0451.commons.functional.multiples
 
Tuple<A,B> - Interface in net.lenni0451.commons.functional.multiples
 
A B C F G I M N Q S T 
Skip navigation links