DebugAct

final case
class DebugAct(body: () => Unit) extends Act

A debugging graph element wrapping an action function. '''Warning:''' Cannot be serialized.

Value Params
body

the code to execute when the action is triggered. Note that this will be executed outside of the transactional context.

Companion
object
trait Serializable
trait Act
trait Flow
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

type Repr[T <: Txn[T]] = IAction[T]

Value members

Inherited methods

final
def expand[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): IAction[T]
Inherited from
Lazy
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

@transient
final protected
val ref: Object
Inherited from
Lazy