TupleStream3

com.raquo.airstream.extensions.TupleStream3
final class TupleStream3[T1, T2, T3](val stream: EventStream[(T1, T2, T3)]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def filterN(passes: (T1, T2, T3) => Boolean): EventStream[(T1, T2, T3)]
def mapN[Out](project: (T1, T2, T3) => Out): EventStream[Out]

Concrete fields

val stream: EventStream[(T1, T2, T3)]