public static final class Functionals.ConstantFunction<I,O>
extends java.lang.Object
| Constructor and Description |
|---|
ConstantFunction(O constant) |
ConstantFunction(O constant,
java.lang.Object toStringDescription) |
| Modifier and Type | Method and Description |
|---|---|
O |
apply(I input) |
java.lang.String |
toString() |