Object

io.github.hamsters

Validation

Related Doc: package hamsters

Permalink

object Validation

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

Type Members

  1. implicit class OKBiasedEither[L, R] extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val KO: Left.type

    Permalink
  5. val OK: Right.type

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def failures[L](eithers: Either[L, _]*): List[L]

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fromCatchable[L, R](body: ⇒ R, errorMgt: (Throwable) ⇒ L): Either[L, R]

    Permalink
  13. def fromCatchable[R](body: ⇒ R): Either[String, R]

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hasFailures[L](eithers: Either[L, _]*): Boolean

    Permalink
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def result[L, R1, R2, R3, R4, R5, R6, R7, R8](e1: Either[L, R1], e2: Either[L, R2], e3: Either[L, R3], e4: Either[L, R4], e5: Either[L, R5], e6: Either[L, R6], e7: Either[L, R7], e8: Either[L, R8]): Either[List[L], (R1, R2, R3, R4, R5, R6, R7, R8)]

    Permalink
  22. def result[L, R1, R2, R3, R4, R5, R6, R7](e1: Either[L, R1], e2: Either[L, R2], e3: Either[L, R3], e4: Either[L, R4], e5: Either[L, R5], e6: Either[L, R6], e7: Either[L, R7]): Either[List[L], (R1, R2, R3, R4, R5, R6, R7)]

    Permalink
  23. def result[L, R1, R2, R3, R4, R5, R6](e1: Either[L, R1], e2: Either[L, R2], e3: Either[L, R3], e4: Either[L, R4], e5: Either[L, R5], e6: Either[L, R6]): Either[List[L], (R1, R2, R3, R4, R5, R6)]

    Permalink
  24. def result[L, R1, R2, R3, R4, R5](e1: Either[L, R1], e2: Either[L, R2], e3: Either[L, R3], e4: Either[L, R4], e5: Either[L, R5]): Either[List[L], (R1, R2, R3, R4, R5)]

    Permalink
  25. def result[L, R1, R2, R3, R4](e1: Either[L, R1], e2: Either[L, R2], e3: Either[L, R3], e4: Either[L, R4]): Either[List[L], (R1, R2, R3, R4)]

    Permalink
  26. def result[L, R1, R2, R3](e1: Either[L, R1], e2: Either[L, R2], e3: Either[L, R3]): Either[List[L], (R1, R2, R3)]

    Permalink
  27. def result[L, R1, R2](e1: Either[L, R1], e2: Either[L, R2]): Either[List[L], (R1, R2)]

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped