ScanStreamCommands

Companion
class
class Object
trait Matchable
class Any

Type members

Types

type Underlying[F[_], K, V] = KeyCommandsF[F, K, V] & SetCommandsF[F, K, V] & HashCommandsF[F, K, V] & SortedSetCommandsF[F, K, V]

Value members

Concrete methods

def makeScanStream[F[_], A](init: F[DataScanCursor[A]], next: ScanCursor => F[DataScanCursor[A]]): Stream[F, A]