Interface UnaryProcedure<T>
-
public interface UnaryProcedure<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(T arg)
-
-
-
Method Detail
-
call
void call(T arg)
-
-
public interface UnaryProcedure<T>
| Modifier and Type | Method | Description |
|---|---|---|
void |
call(T arg) |
void call(T arg)