Interface CqlProjection<I,​O>

All Superinterfaces:
CqlIteration<I,​O,​XSequence<O>>, CqlQuery<I,​O,​XSequence<O>>, XIterable<O>
All Known Subinterfaces:
CqlSelection<I>
All Known Implementing Classes:
CqlProjection.Default, CqlSelection.Default

public interface CqlProjection<I,​O>
extends CqlIteration<I,​O,​XSequence<O>>