| Modifier and Type | Field and Description |
|---|---|
static NoOpLambda |
Singleton
This is the class field that gives access to the one instance of this class
|
| Modifier | Constructor and Description |
|---|---|
private |
NoOpLambda()
A private constructor keeps everyone except this class from constructing an instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(java.lang.Object arg)
Does nothing.
|
public static final NoOpLambda Singleton