c

jap.fields.syntax

ValidatedOps

final class ValidatedOps[V[_], E] extends AnyVal

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

Instance Constructors

  1. new ValidatedOps(vr: V[E])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def &&(that: V[E])(implicit V: Validated[V]): V[E]

    See jap.fields.typeclass.Validated.and

  4. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  5. def and(that: V[E])(implicit V: Validated[V]): V[E]

    See jap.fields.typeclass.Validated.and

  6. def asError(error: E)(implicit V: Validated[V]): V[E]

    See jap.fields.typeclass.Validated.asError

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asInvalid(invalid: V[E])(implicit V: Validated[V]): V[E]

    See jap.fields.typeclass.Validated.asError

  9. def errors(implicit V: Validated[V]): List[E]

    See jap.fields.typeclass.Validated.errors

  10. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def isInvalid(implicit V: Validated[V]): Boolean

    See jap.fields.typeclass.Validated.isInvalid

  13. def isValid(implicit V: Validated[V]): Boolean

    See jap.fields.typeclass.Validated.isValid

  14. def or(that: V[E])(implicit V: Validated[V]): V[E]

    See jap.fields.typeclass.Validated.or

  15. def toString(): String
    Definition Classes
    Any
  16. def unless(cond: Boolean)(implicit V: Validated[V]): V[E]

    See jap.fields.typeclass.Validated.unless

  17. def when(cond: Boolean)(implicit V: Validated[V]): V[E]

    See jap.fields.typeclass.Validated.when

  18. def whenInvalid(f: (V[E]) => V[E])(implicit V: Validated[V]): V[E]

    See jap.fields.typeclass.Validated.whenValid

  19. def whenValid(b: => V[E])(implicit V: Validated[V]): V[E]

    See jap.fields.typeclass.Validated.whenValid

  20. def ||(that: V[E])(implicit V: Validated[V]): V[E]

    See jap.fields.typeclass.Validated.or

Inherited from AnyVal

Inherited from Any

Ungrouped