- Type Parameters:
T1 - the first element typeT2 - the second element typeT3 - the third element type
- All Implemented Interfaces:
- Delegate<T3,Triple<T1,T2,T3>>
public class TripleThird<T1,T2,T3>
extends Object
implements Delegate<T3,Triple<T1,T2,T3>>
Fetches the third element out of a triple.
- Author:
- rferranti