Package no.digipost.tuple
Interface ViewableAsTriple<T1,T2,T3>
-
- Type Parameters:
T1- The type of the first value.T2- The type of the second value.T3- The type of the third value.
- All Known Subinterfaces:
Triple<T1,T2,T3>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ViewableAsTriple<T1,T2,T3>
A type which may be viewed as a composite of three values, i.e. aTriple.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Triple<T1,T2,T3>asTriple()
-