SplittableOneStream

final class SplittableOneStream[Input](val stream: EventStream[Input]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def splitOne[Output, Key](key: Input => Key)(project: (Key, Input, Signal[Input]) => Output): EventStream[Output]

This operator works like split, but with only one item, not a collection of items.

This operator works like split, but with only one item, not a collection of items.

Concrete fields

val stream: EventStream[Input]