Interface IndexerFactory.TriKeysExtractor<A,B,C>
- All Superinterfaces:
Function<TriTuple<A,,B, C>, Object> IndexerFactory.KeysExtractor<TriTuple<A,B, C>>
- Enclosing class:
- IndexerFactory<Right_>
- 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 static interface IndexerFactory.TriKeysExtractor<A,B,C>
extends IndexerFactory.KeysExtractor<TriTuple<A,B,C>>
-
Method Summary