Packages

object MRule

Convenient accessors makes type inference better

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MRule
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def and(ra: MRule, rb: MRule): MRule

    See Rule.and

  5. def andAll(rules: List[MRule]): MRule

    See Rule.andAll

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def defer(rule: => MRule): MRule

    See Rule.defer

  9. def effect(effect: => F[V[E]]): MRule

    See Rule.effect

  10. def ensure(v: => V[E])(test: => Boolean): Rule[[_]F[_], V, E]

    See Rule.ensure

  11. def ensureF(v: => V[E])(test: => F[Boolean]): Rule[F, V, E]

    See Rule.ensureF

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def fold[B](rule: MRule)(onInvalid: (V[E]) => B, onValid: => B): F[B]

    See Rule.fold

  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def invalid(error: => E): MRule

    See Rule.invalid

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def modify(rule: MRule)(f: (V[E]) => V[E]): Rule[[_]F[_], [_]V[_], E]

    See Rule.modify

  21. def modifyM(rule: MRule)(f: (V[E]) => MRule): Rule[[_]F[_], [_]V[_], E]

    See Rule.modifyM

  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def or(ra: MRule, rb: MRule): MRule

    See Rule.or

  26. def orAll(rules: List[MRule]): MRule

    See Rule.orAll

  27. def pure(validated: => V[E]): MRule

    See Rule.pure

  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. val valid: MRule

    See Rule.valid

  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. def when(test: => Boolean)(rule: => MRule): Rule[[_]F[_], [_]V[_], E]

    See Rule.when

  35. def whenF(test: => F[Boolean])(rule: => MRule): Rule[F, [_]V[_], E]

    See Rule.whenF

Inherited from AnyRef

Inherited from Any

Ungrouped