Interface ReactiveRangeScanOperation.RangeScanWithProjection<T>

Type Parameters:
T - the entity type to use for the results.
All Superinterfaces:
ConsistentWith<T>, InCollection<T>, InScope<T>, ReactiveRangeScanOperation.RangeScanConsistentWith<T>, ReactiveRangeScanOperation.RangeScanInCollection<T>, ReactiveRangeScanOperation.RangeScanInScope<T>, ReactiveRangeScanOperation.RangeScanWithOptions<T>, ReactiveRangeScanOperation.RangeScanWithSort<T>, ReactiveRangeScanOperation.TerminatingRangeScan<T>, WithScanOptions<T>, WithScanSort<T>
All Known Subinterfaces:
ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>, ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>, ReactiveRangeScanOperation.ReactiveRangeScan<T>
Enclosing interface:
ReactiveRangeScanOperation

public static interface ReactiveRangeScanOperation.RangeScanWithProjection<T> extends ReactiveRangeScanOperation.RangeScanConsistentWith<T>
Fluent method to specify a return type different than the the entity type to use for the results.