R
- The type of the return value of the method that this delegate encapsulates.public abstract static class Functions.Function0<R>
extends java.lang.Object
Constructor and Description |
---|
Functions.Function0() |
Modifier and Type | Method and Description |
---|---|
abstract R |
apply() |
java.lang.Class<?> |
getReturnType() |
public abstract R apply()
public final java.lang.Class<?> getReturnType()