SimpleSubscribe

org.atnos.eff.SubscribeEffect$.SimpleSubscribe
case class SimpleSubscribe[A](subscribe: (() => A) => Unit, memoizeKey: Option[(AnyRef, Cache)]) extends Subscribe[A]

Attributes

Source:
SubscribeEffect.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Subscribe[A]
trait (() => A) => Unit
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(cb: () => A): Unit

Attributes

Source:
SubscribeEffect.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Source:
SubscribeEffect.scala

Attributes

Source:
SubscribeEffect.scala

Inherited methods

def andThen[A](g: Unit => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => () => A): A => R

Attributes

Inherited from:
Function1

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product