Last

case class Last[R](value: Option[Name[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

Inherited methods

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