| Modifier and Type | Class and Description |
|---|---|
class |
ExecutableLambdaBuilder<LAMBDA extends AtlanticLambda,PARAM,NEXT> |
class |
LambdaBuilder<LAMBDA extends AtlanticLambda,PARAM,NEXT> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedSupplier<RESULT> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtlanticConsumer<PARAM,NEXT extends AtlanticLambda,F extends AtlanticFunction>
Interface that identifies a Functional Interface as a consumer that receives one or more parameters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtlanticConsumer<PARAM,NEXT extends AtlanticLambda,F extends AtlanticFunction>
Interface that identifies a Functional Interface as a consumer that receives one or more parameters.
|
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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtlanticFunction<PARAM,NEXT extends AtlanticLambda>
Interface that identifies a Functional interface as a function that receives one or more parameters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtlanticFunction<PARAM,NEXT extends AtlanticLambda>
Interface that identifies a Functional interface as a function that receives one or more parameters.
|
interface |
BiFunction<A,B,RESULT>
Represents a function that accepts two arguments and produces a result.
|
interface |
DecaFunction<A,B,C,D,E,F,G,H,I,J,RESULT>
Represents a function that accepts ten arguments and produces a result.
|
interface |
Function<A,RESULT>
Represents a function that accepts one argument and produces a result.
|
interface |
HendecaFunction<A,B,C,D,E,F,G,H,I,J,K,RESULT>
Represents a function that accepts eleven arguments and produces a result.
|
interface |
HeptaFunction<A,B,C,D,E,F,G,RESULT>
Represents a function that accepts seven arguments and produces a result.
|
interface |
HexaFunction<A,B,C,D,E,F,RESULT>
Represents a function that accepts six arguments and produces a result.
|
interface |
NonaFunction<A,B,C,D,E,F,G,H,I,RESULT>
Represents a function that accepts nine arguments and produces a result.
|
interface |
OctaFunction<A,B,C,D,E,F,G,H,RESULT>
Represents a function that accepts eight arguments and produces a result.
|
interface |
PentaFunction<A,B,C,D,E,RESULT>
Represents a function that accepts five arguments and produces a result.
|
interface |
TetraFunction<A,B,C,D,RESULT>
Represents a function that accepts four arguments and produces a result.
|
interface |
TriFunction<A,B,C,RESULT>
Represents a function that accepts three arguments and produces a result.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Runnable
Represents a block of code to be executed.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Supplier<RESULT>
Represents a supplier of results.
|
Copyright © 2019. All rights reserved.