| Interface | Description |
|---|---|
| AtlanticConsumer<PARAM,NEXT extends AtlanticLambda,F extends AtlanticFunction> |
Interface that identifies a Functional Interface as a consumer that receives one or more parameters.
|
| BiConsumer<A,B> |
Represents an operation that accepts two input arguments and returns no result.
|
| Consumer<A> |
Represents an operation that accepts a single input argument and returns no result.
|
| DecaConsumer<A,B,C,D,E,F,G,H,I,J> |
Represents an operation that accepts ten input arguments and returns no result.
|
| HendecaConsumer<A,B,C,D,E,F,G,H,I,J,K> |
Represents an operation that accepts eleven input arguments and returns no result.
|
| HeptaConsumer<A,B,C,D,E,F,G> |
Represents an operation that accepts seven input arguments and returns no result.
|
| HexaConsumer<A,B,C,D,E,F> |
Represents an operation that accepts six input arguments and returns no result.
|
| NonaConsumer<A,B,C,D,E,F,G,H,I> |
Represents an operation that accepts nine input arguments and returns no result.
|
| OctaConsumer<A,B,C,D,E,F,G,H> |
Represents an operation that accepts eight input arguments and returns no result.
|
| PentaConsumer<A,B,C,D,E> |
Represents an operation that accepts five input arguments and returns no result.
|
| TetraConsumer<A,B,C,D> |
Represents an operation that accepts four input arguments and returns no result.
|
| TriConsumer<A,B,C> |
Represents an operation that accepts three input arguments and returns no result.
|
Copyright © 2019. All rights reserved.