Subscribe

sealed trait Subscribe[A] extends () => A => Unit
trait () => A => Unit
class Object
trait Matchable
class Any

Value members

Abstract methods

Inherited methods

def andThen[A](g: Unit => A): () => A => A
Inherited from:
Function1
def apply(v1: () => A): Unit
Inherited from:
Function1
def compose[A](g: A => () => A): A => Unit
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1