T1
- The type of the parameter of the method that this delegate encapsulates.public abstract static class Actions.Action1<T1>
extends java.lang.Object
Constructor and Description |
---|
Actions.Action1() |
Modifier and Type | Method and Description |
---|---|
abstract void |
apply(T1 t1) |
java.lang.Class<?> |
getParameterType1() |
public abstract void apply(T1 t1)
public final java.lang.Class<?> getParameterType1()