object MRule
Convenient accessors makes type inference better
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MRule
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 and(ra: MRule, rb: MRule): MRule
See Rule.and
- def andAll(rules: List[MRule]): MRule
See Rule.andAll
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def defer(rule: => MRule): MRule
See Rule.defer
- def effect(effect: => F[V[E]]): MRule
See Rule.effect
- def ensure(v: => V[E])(test: => Boolean): Rule[[_]F[_], V, E]
See Rule.ensure
- def ensureF(v: => V[E])(test: => F[Boolean]): Rule[F, V, E]
See Rule.ensureF
- 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])
- def fold[B](rule: MRule)(onInvalid: (V[E]) => B, onValid: => B): F[B]
See Rule.fold
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def invalid(error: => E): MRule
See Rule.invalid
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def modify(rule: MRule)(f: (V[E]) => V[E]): Rule[[_]F[_], [_]V[_], E]
See Rule.modify
- def modifyM(rule: MRule)(f: (V[E]) => MRule): Rule[[_]F[_], [_]V[_], E]
See Rule.modifyM
- 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 or(ra: MRule, rb: MRule): MRule
See Rule.or
- def orAll(rules: List[MRule]): MRule
See Rule.orAll
- def pure(validated: => V[E]): MRule
See Rule.pure
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val valid: MRule
See Rule.valid
- 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()
- def when(test: => Boolean)(rule: => MRule): Rule[[_]F[_], [_]V[_], E]
See Rule.when
- def whenF(test: => F[Boolean])(rule: => MRule): Rule[F, [_]V[_], E]
See Rule.whenF