- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
T1 - First element returnedT2 - Second element returned
public interface DoubleHandler<T1,T2>
Handler that returns two elements of different types.
Use very sparingly.
- Author:
- Marc Savy
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
handle(T1 elem0,
T2 elem1)
Handle elements
|
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.