T - the generic typepublic static class LambdaUtils.SerializableSupplierLambdaInfo<T> extends LambdaUtils.InstanceLambdaInfo implements java.util.function.Supplier<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
T |
getValue()
返回value.
|
java.lang.String |
toString() |
getInstance, getSerializedLambdaInfopublic T getValue()
public java.lang.String toString()
toString in class LambdaUtils.InstanceLambdaInfo