public interface Closure<P>
A simple closure which takes in one generic argument.
| Modifier and Type | Method and Description |
|---|---|
void |
apply(P o)
The method of this closure.
|
void apply(P o)
o - The parameter for the closure.Copyright © 2017. All rights reserved.