CpsLazy

cps.monads.CpsLazyT$package.CpsLazy
object CpsLazy

Attributes

Source
CpsLazyT.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CpsLazy.type

Members list

Value members

Concrete methods

def delay[A](thunk: => A): CpsLazy[A]

Attributes

Source
CpsLazyT.scala
def error[A](e: Throwable): CpsLazy[A]

Attributes

Source
CpsLazyT.scala
def flatDelay[A](thunk: => CpsLazy[A]): CpsLazy[A]

Attributes

Source
CpsLazyT.scala
def pure[A](a: A): CpsLazy[A]

Attributes

Source
CpsLazyT.scala
def run[A](la: CpsLazy[A]): A

Attributes

Source
CpsLazyT.scala