Interface | Description |
---|---|
Lambda |
Lambda represents a special type of data - a callable object.
|
Class | Description |
---|---|
InputLiteralLambda |
Since 2.0 this abstract class is not needed anymore -
InputType#LITERAL is the default. |
InputProcessingLambda | |
SimpleLambdas |
Allows to create simple
Lambda s using JDK8 functional interfaces. |
SimpleLambdas.Builder |
The builder is not thread-safe and should not be reused.
|
SpecCompliantLambda |
A spec compliant
Lambda . |
Enum | Description |
---|---|
Lambda.InputType |
Text input type.
|
Copyright © 2017. All rights reserved.