EventSource1Impl

class EventSource1Impl[A](event: Event[Function1[A, _]]) extends EventSource[A]
trait EventSource[A]
class Object
trait Matchable
class Any

Type members

Classlikes

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

Value members

Concrete methods

def listen(fn: A => Unit): Subscription

Inherited methods

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