Last

org.specs2.control.eff.Last
See theLast companion object
case class Last[R](value: Option[Name[Eff[R, Unit]]])

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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product