lombok-pg -

lombok
Class Functions.Function8<T1,T2,T3,T4,T5,T6,T7,T8,R>

java.lang.Object
  extended by lombok.Functions.Function8<T1,T2,T3,T4,T5,T6,T7,T8,R>
Type Parameters:
T1 - The type of the parameter of the method that this delegate encapsulates.
T2 - The type of the second parameter of the method that this delegate encapsulates.
T3 - The type of the third parameter of the method that this delegate encapsulates.
T4 - The type of the four parameter of the method that this delegate encapsulates.
T5 - The type of the five parameter of the method that this delegate encapsulates.
T6 - The type of the six parameter of the method that this delegate encapsulates.
T7 - The type of the seven parameter of the method that this delegate encapsulates.
T8 - The type of the eight parameter of the method that this delegate encapsulates.
R - The type of the return value of the method that this delegate encapsulates.
Enclosing class:
Functions

public abstract static class Functions.Function8<T1,T2,T3,T4,T5,T6,T7,T8,R>
extends Object

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


Constructor Summary
Functions.Function8()
           
 
Method Summary
abstract  R apply(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8)
           
 Class<?> getParameterType1()
           
 Class<?> getParameterType2()
           
 Class<?> getParameterType3()
           
 Class<?> getParameterType4()
           
 Class<?> getParameterType5()
           
 Class<?> getParameterType6()
           
 Class<?> getParameterType7()
           
 Class<?> getParameterType8()
           
 Class<?> getReturnType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Functions.Function8

public Functions.Function8()
Method Detail

apply

public abstract R apply(T1 t1,
                        T2 t2,
                        T3 t3,
                        T4 t4,
                        T5 t5,
                        T6 t6,
                        T7 t7,
                        T8 t8)

getReturnType

public final Class<?> getReturnType()

getParameterType1

public final Class<?> getParameterType1()

getParameterType2

public final Class<?> getParameterType2()

getParameterType3

public final Class<?> getParameterType3()

getParameterType4

public final Class<?> getParameterType4()

getParameterType5

public final Class<?> getParameterType5()

getParameterType6

public final Class<?> getParameterType6()

getParameterType7

public final Class<?> getParameterType7()

getParameterType8

public Class<?> getParameterType8()

lombok-pg -

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