Interface Action<T>
-
public interface Action<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvoke(T arg)
-
-
-
Method Detail
-
invoke
void invoke(T arg)
-
-
public interface Action<T>
| Modifier and Type | Method | Description |
|---|---|---|
void |
invoke(T arg) |
void invoke(T arg)