R - the adapted delegate result typeT - the adapted delegate parameter typepublic class DelegateToAction<R,T> extends Object implements Action<T>
| Constructor and Description |
|---|
DelegateToAction(Delegate<R,T> adaptee) |
| Modifier and Type | Method and Description |
|---|---|
void |
perform(T value)
Performs an action for the given element.
|
Copyright © 2016. All rights reserved.