io.fintrospect.parameters

Validator

object Validator

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Validator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Ex[T] = Extraction[T]

  2. type Op[T] = Option[T]

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

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

    Definition Classes
    Any
  14. def mk[In <: Product](validation: Validator[In]): Validator[In]

    Construct a Validator which can be used to enforce several non-crossing extraction rules.

    Construct a Validator which can be used to enforce several non-crossing extraction rules. Uses magnet pattern (see implicit methods (tupleXToValidator()) to convert vararg instances to a Validator instance.

  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  19. def toString(): String

    Definition Classes
    AnyRef → Any
  20. implicit def tuple10ToValidator[A, B, C, D, E, F, G, H, I, J](in: (Ex[A], Ex[B], Ex[C], Ex[D], Ex[E], Ex[F], Ex[G], Ex[H], Ex[I], Ex[J])): Validator[(Op[A], Op[B], Op[C], Op[D], Op[E], Op[F], Op[G], Op[H], Op[I], Op[J])]

  21. implicit def tuple2ToValidator[A, B](in: (Ex[A], Ex[B])): Validator[(Op[A], Op[B])]

  22. implicit def tuple3ToValidator[A, B, C](in: (Ex[A], Ex[B], Ex[C])): Validator[(Op[A], Op[B], Op[C])]

  23. implicit def tuple4ToValidator[A, B, C, D](in: (Ex[A], Ex[B], Ex[C], Ex[D])): Validator[(Op[A], Op[B], Op[C], Op[D])]

  24. implicit def tuple5ToValidator[A, B, C, D, E](in: (Ex[A], Ex[B], Ex[C], Ex[D], Ex[E])): Validator[(Op[A], Op[B], Op[C], Op[D], Op[E])]

  25. implicit def tuple6ToValidator[A, B, C, D, E, F](in: (Ex[A], Ex[B], Ex[C], Ex[D], Ex[E], Ex[F])): Validator[(Op[A], Op[B], Op[C], Op[D], Op[E], Op[F])]

  26. implicit def tuple7ToValidator[A, B, C, D, E, F, G](in: (Ex[A], Ex[B], Ex[C], Ex[D], Ex[E], Ex[F], Ex[G])): Validator[(Op[A], Op[B], Op[C], Op[D], Op[E], Op[F], Op[G])]

  27. implicit def tuple8ToValidator[A, B, C, D, E, F, G, H](in: (Ex[A], Ex[B], Ex[C], Ex[D], Ex[E], Ex[F], Ex[G], Ex[H])): Validator[(Op[A], Op[B], Op[C], Op[D], Op[E], Op[F], Op[G], Op[H])]

  28. implicit def tuple9ToValidator[A, B, C, D, E, F, G, H, I](in: (Ex[A], Ex[B], Ex[C], Ex[D], Ex[E], Ex[F], Ex[G], Ex[H], Ex[I])): Validator[(Op[A], Op[B], Op[C], Op[D], Op[E], Op[F], Op[G], Op[H], Op[I])]

  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped