E - the element typepublic interface Action<E>
| Modifier and Type | Method and Description |
|---|---|
void |
perform(E element)
Performs an action for the given element.
|
void perform(E element)
element - the elementCopyright © 2016. All rights reserved.