|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Action1<T>
Generic function implementation taking a single argument and returning no value.
Method Summary | |
---|---|
void |
apply(T input)
Applies this function, returning no result. |
Method Detail |
---|
void apply(T input)
input
- Function argument
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |