lombok
Class Actions.Action1<T1>
java.lang.Object
lombok.Actions.Action1<T1>
- Type Parameters:
T1 - The type of the parameter of the method that this delegate encapsulates.
- Enclosing class:
- Actions
public abstract static class Actions.Action1<T1>
- extends Object
Encapsulates a method that has a single parameter 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.Action1
public Actions.Action1()
apply
public abstract void apply(T1 t1)
getParameterType1
public final Class<?> getParameterType1()
Copyright © 2010-2011 Philipp Eichhorn, licensed under the MIT licence.