| Interface | Description |
|---|---|
| DecaFunction<T,U,V,W,X,Y,Z,A,B,C,R> |
Represents a function that accepts ten arguments and produces a result.
|
| HexaFunction<T,U,V,W,X,Y,R> |
Represents a function that accepts six arguments and produces a result.
|
| NonaFunction<T,U,V,W,X,Y,Z,A,B,R> |
Represents a function that accepts nine arguments and produces a result.
|
| OctoFunction<T,U,V,W,X,Y,Z,A,R> |
Represents a function that accepts eight arguments and produces a result.
|
| PentaFunction<T,U,V,W,X,R> |
Represents a function that accepts five arguments and produces a result.
|
| QuadFunction<T,U,V,W,R> |
Represents a function that accepts four arguments and produces a result.
|
| SeptiFunction<T,U,V,W,X,Y,Z,R> |
Represents a function that accepts seven arguments and produces a result.
|
| SerializableFunction<T,R> |
A
Function, which is also Serializable. |
| ThrowingBiConsumer<T,U,X extends Throwable> | |
| ThrowingBiFunction<T,U,R,X extends Throwable> | |
| ThrowingConsumer<T,X extends Throwable> | |
| ThrowingFunction<T,R,X extends Throwable> | |
| ThrowingRunnable<X extends Throwable> | |
| ThrowingSupplier<T,X extends Throwable> | |
| TriFunction<T,U,V,R> |
Represents a function that accepts three arguments and produces a result.
|
Copyright © 2018 Digipost. All rights reserved.