AtomicStream.stepUntil

Moves the position in the stream forward by one until val is peeked.

class AtomicStream
final shared
void
stepUntil
(
T
)
(
T val
)

Parameters

val T

The value to be peeked.

Meta