| Constructor and Description |
|---|
Procedure() |
| Modifier and Type | Method and Description |
|---|---|
Void |
apply(T t) |
Callable<Void> |
asCallable(T t)
Converts Procedure to a
Callable. |
abstract void |
call(T t)
Override this method to implement procedure.
|
public abstract void call(T t)
t - Parameter to procedure.Copyright © 2018. All rights reserved.