E1 - the former element type parameterE2 - the latter element type parameterpublic interface BinaryAction<E1,E2>
| Modifier and Type | Method and Description |
|---|---|
void |
perform(E1 former,
E2 latter)
Performs an action for the given elements.
|
Copyright © 2016. All rights reserved.