EventSource0Impl

class EventSource0Impl(event: Event[Function0[_]]) extends EventSource[Unit]
trait EventSource[Unit]
class Object
trait Matchable
class Any

Type members

Classlikes

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

Value members

Concrete methods

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

Inherited methods

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