| Package | Description |
|---|---|
| org.mule.commons.atlantic.lambda.consumer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BiConsumer<A,B>
Represents an operation that accepts two input arguments and returns no result.
|
interface |
Consumer<A>
Represents an operation that accepts a single input argument and returns no result.
|
interface |
DecaConsumer<A,B,C,D,E,F,G,H,I,J>
Represents an operation that accepts ten input arguments and returns no result.
|
interface |
HendecaConsumer<A,B,C,D,E,F,G,H,I,J,K>
Represents an operation that accepts eleven input arguments and returns no result.
|
interface |
HeptaConsumer<A,B,C,D,E,F,G>
Represents an operation that accepts seven input arguments and returns no result.
|
interface |
HexaConsumer<A,B,C,D,E,F>
Represents an operation that accepts six input arguments and returns no result.
|
interface |
NonaConsumer<A,B,C,D,E,F,G,H,I>
Represents an operation that accepts nine input arguments and returns no result.
|
interface |
OctaConsumer<A,B,C,D,E,F,G,H>
Represents an operation that accepts eight input arguments and returns no result.
|
interface |
PentaConsumer<A,B,C,D,E>
Represents an operation that accepts five input arguments and returns no result.
|
interface |
TetraConsumer<A,B,C,D>
Represents an operation that accepts four input arguments and returns no result.
|
interface |
TriConsumer<A,B,C>
Represents an operation that accepts three input arguments and returns no result.
|
Copyright © 2018. All rights reserved.