Interface IndexerFactory.BiKeysExtractor<A,B>

All Superinterfaces:
Function<BiTuple<A,B>,Object>, IndexerFactory.KeysExtractor<BiTuple<A,B>>
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.BiKeysExtractor<A,B> extends IndexerFactory.KeysExtractor<BiTuple<A,B>>