lombok-pg -

lombok
Class Functions.Function1<T1,R>

java.lang.Object
  extended by lombok.Functions.Function1<T1,R>
Type Parameters:
T1 - The type of the parameter of the method that this delegate encapsulates.
R - The type of the return value of the method that this delegate encapsulates.
Direct Known Subclasses:
Predicates.Predicate1
Enclosing class:
Functions

public abstract static class Functions.Function1<T1,R>
extends Object

Encapsulates a method that has a single parameter and returns a value of the type specified by the R parameter.


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

Constructor Detail

Functions.Function1

public Functions.Function1()
Method Detail

apply

public abstract R apply(T1 t1)

getReturnType

public final Class<?> getReturnType()

getParameterType1

public final Class<?> getParameterType1()

lombok-pg -

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