lombok
Class Functions.Function0<R>
java.lang.Object
lombok.Functions.Function0<R>
- Type Parameters:
R - The type of the return value of the method that this delegate encapsulates.
- Enclosing class:
- Functions
public abstract static class Functions.Function0<R>
- extends Object
Encapsulates a method that has no parameters and returns a value of the type specified by the R parameter.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Functions.Function0
public Functions.Function0()
apply
public abstract R apply()
getReturnType
public final Class<?> getReturnType()
Copyright © 2010-2011 Philipp Eichhorn, licensed under the MIT licence.