EventSourceImplicits

class Object
trait Matchable
class Any

Implicits

Implicits

implicit
def eventAsEventSource0(event: Event[Function0[_]]): EventSource[Unit]
implicit
def eventAsEventSource1[A](event: Event[Function1[A, _]]): EventSource[A]
implicit
def eventAsEventSource2[A, B](event: Event[Function2[A, B, _]]): EventSource[(A, B)]
implicit
def eventAsEventSource3[A, B, C](event: Event[Function3[A, B, C, _]]): EventSource[(A, B, C)]