class RulesSeq[T] extends AnyRef
Generic container used mainly for adding functions
- Alphabetic
- By Inheritance
- RulesSeq
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new RulesSeq()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def append(r: T): RulesSeq[T]
- def appendWith[A](what: List[T])(f: => A): A
Sometimes it's useful to change the rules for the duration of a thread...
Sometimes it's useful to change the rules for the duration of a thread... append rules and execute the code within a scope with the appended rules
- def appendWith[A](what: T)(f: => A): A
Sometimes it's useful to change the rule for the duration of a thread...
Sometimes it's useful to change the rule for the duration of a thread... append a rule and execute the code within a scope with the appended rule
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def prepend(r: T): RulesSeq[T]
- def prependWith[A](what: List[T])(f: => A): A
Sometimes it's useful to change the rule for the duration of a thread...
Sometimes it's useful to change the rule for the duration of a thread... prepend rules and execute the code within a scope with the prepended rules
- def prependWith[A](what: T)(f: => A): A
Sometimes it's useful to change the rule for the duration of a thread...
Sometimes it's useful to change the rule for the duration of a thread... prepend a rule and execute the code within a scope with the prepended rule
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toList: List[T]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()