Interface LopsidedJoiner<T>

All Superinterfaces:
AutoCloseable, Realized

public interface LopsidedJoiner<T> extends Realized

A variation on Joiner that works by joining individual values from the lhs (left-hand side) to an indexed set of rhs (right-hand side) values. This API expects that the work of building the index be done for it in advance of being passed to join(Object, Tuple)