Ext

libretto.ExecutionParams.Free.Ext
case class Ext[Q[_], A](value: Q[A]) extends Free[Q, A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Free[Q, A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product