lombok-pg -

lombok
Class Functions.Function0<R>

java.lang.Object
  extended by 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.


Constructor Summary
Functions.Function0()
           
 
Method Summary
abstract  R apply()
           
 Class<?> getReturnType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Functions.Function0

public Functions.Function0()
Method Detail

apply

public abstract R apply()

getReturnType

public final Class<?> getReturnType()

lombok-pg -

Copyright © 2010-2011 Philipp Eichhorn, licensed under the MIT licence.