lombok
Class Actions.Action3<T1,T2,T3>
java.lang.Object
lombok.Actions.Action3<T1,T2,T3>
- Type Parameters:
T1 - The type of the first 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.
- Enclosing class:
- Actions
public abstract static class Actions.Action3<T1,T2,T3>
- extends Object
Encapsulates a method that has three parameters and does not return a value.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Actions.Action3
public Actions.Action3()
apply
public abstract void apply(T1 t1,
T2 t2,
T3 t3)
getParameterType1
public final Class<?> getParameterType1()
getParameterType2
public final Class<?> getParameterType2()
getParameterType3
public final Class<?> getParameterType3()
Copyright © 2010-2011 Philipp Eichhorn, licensed under the MIT licence.