ScissProcs

object ScissProcs

This is my personal set of generators and filters.

class Object
trait Matchable
class Any

Type members

Classlikes

object Config
Companion
class
sealed
trait Config extends ConfigLike
Companion
object
final

Value members

Concrete methods

def actionRecDispose[T <: Txn[LazyRef(...)]](implicit tx: T): Action[T]
def actionRecPrepare[T <: Txn[LazyRef(...)]](implicit tx: T): Action[T]
def apply[T <: Txn[LazyRef(...)]](nuages: Nuages[T], nConfig: Config, sConfig: Config)(implicit tx: T): Unit
def applyWithActions[T <: Txn[LazyRef(...)]](nuages: Nuages[T], nConfig: Config, sConfig: Config, actions: Map[String, Action[T]])(implicit tx: T): Unit
def mkActions[T <: Txn[LazyRef(...)]]()(implicit tx: T): Map[String, Action[T]]

Concrete fields

final
val keyActionRecDispose: "rec-dispose"
final
val keyActionRecPrepare: "rec-prepare"