| Package | Description |
|---|---|
| org.mule.commons.atlantic.execution.builder.factory | |
| org.mule.commons.atlantic.lambda.consumer |
| Class and Description |
|---|
| BiConsumer
Represents an operation that accepts two input arguments and returns no result.
|
| Consumer
Represents an operation that accepts a single input argument and returns no result.
|
| DecaConsumer
Represents an operation that accepts ten input arguments and returns no result.
|
| HendecaConsumer
Represents an operation that accepts eleven input arguments and returns no result.
|
| HeptaConsumer
Represents an operation that accepts seven input arguments and returns no result.
|
| HexaConsumer
Represents an operation that accepts six input arguments and returns no result.
|
| NonaConsumer
Represents an operation that accepts nine input arguments and returns no result.
|
| OctaConsumer
Represents an operation that accepts eight input arguments and returns no result.
|
| PentaConsumer
Represents an operation that accepts five input arguments and returns no result.
|
| TetraConsumer
Represents an operation that accepts four input arguments and returns no result.
|
| TriConsumer
Represents an operation that accepts three input arguments and returns no result.
|
| Class and Description |
|---|
| AtlanticConsumer
Interface that identifies a Functional Interface as a consumer that receives one or more parameters.
|
Copyright © 2018. All rights reserved.