Interface ReactiveRangeScanOperation.RangeScanInCollection<T>

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

public static interface ReactiveRangeScanOperation.RangeScanInCollection<T> extends ReactiveRangeScanOperation.RangeScanWithOptions<T>, InCollection<T>
Fluent method to specify the collection.