TupleStream4

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Concrete fields

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