Last

case class Last[R](value: Option[Eval[Eff[R, Unit]]])

Encapsulation of one optional last action to execute at the end of the program

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def *>(last: Last[R]): Last[R]
def <*(last: Last[R]): Last[R]
def interpret[U](n: Eff[R, Unit] => Eff[U, Unit]): Last[U]

interpret this last action as a set of effects in another stack

interpret this last action as a set of effects in another stack

def interpretEff[U](n: Last[R] => Eff[U, Unit]): Last[U]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product