Point

case
class Point[Eff[_], A](a: A) extends Suspendable[Eff, A]
trait Serializable
trait Product
trait Equals
trait Suspendable[Eff, A]
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def flatMap[B](f: A => Suspendable[Eff, B]): Suspendable[Eff, B]
Definition Classes
override
def map[B](f: A => B): Suspendable[Eff, B]
Definition Classes

Inherited methods

def forever: Suspendable[Eff, Nothing]
Inherited from
Suspendable
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product