TupleStream5

final class TupleStream5[T1, T2, T3, T4, T5](val stream: EventStream[(T1, T2, T3, T4, T5)]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

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

Concrete fields

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