EventSource3Impl

class EventSource3Impl[A, B, C](event: Event[Function3[A, B, C, _]]) extends EventSource[(A, B, C)]
trait EventSource[(A, B, C)]
class Object
trait Matchable
class Any

Type members

Classlikes

class SubscriptionImpl(fn: (A, B, C) => Unit) extends Subscription

Value members

Concrete methods

def listen(fn: (A, B, C) => Unit): Subscription

Inherited methods

def filter(fn: (A, B, C) => Boolean): EventSource[(A, B, C)]
Inherited from
EventSource
def map[B](fn: (A, B, C) => B): EventSource[B]
Inherited from
EventSource
def merge[B <: C, C >: (A, B, C)](other: EventSource[B]): EventSource[C]
Inherited from
EventSource