Object/Class

io.fintrospect.util

Validator

Related Docs: class Validator | package util

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. type Opt[T] = Option[T]

    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. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

    Permalink

    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.

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. 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[(Opt[A], Opt[B], Opt[C], Opt[D], Opt[E], Opt[F], Opt[G], Opt[H], Opt[I], Opt[J])]

    Permalink
  19. implicit def tuple2ToValidator[A, B](in: (Ex[A], Ex[B])): Validator[(Opt[A], Opt[B])]

    Permalink
  20. implicit def tuple3ToValidator[A, B, C](in: (Ex[A], Ex[B], Ex[C])): Validator[(Opt[A], Opt[B], Opt[C])]

    Permalink
  21. implicit def tuple4ToValidator[A, B, C, D](in: (Ex[A], Ex[B], Ex[C], Ex[D])): Validator[(Opt[A], Opt[B], Opt[C], Opt[D])]

    Permalink
  22. implicit def tuple5ToValidator[A, B, C, D, E](in: (Ex[A], Ex[B], Ex[C], Ex[D], Ex[E])): Validator[(Opt[A], Opt[B], Opt[C], Opt[D], Opt[E])]

    Permalink
  23. implicit def tuple6ToValidator[A, B, C, D, E, F](in: (Ex[A], Ex[B], Ex[C], Ex[D], Ex[E], Ex[F])): Validator[(Opt[A], Opt[B], Opt[C], Opt[D], Opt[E], Opt[F])]

    Permalink
  24. 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[(Opt[A], Opt[B], Opt[C], Opt[D], Opt[E], Opt[F], Opt[G])]

    Permalink
  25. 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[(Opt[A], Opt[B], Opt[C], Opt[D], Opt[E], Opt[F], Opt[G], Opt[H])]

    Permalink
  26. 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[(Opt[A], Opt[B], Opt[C], Opt[D], Opt[E], Opt[F], Opt[G], Opt[H], Opt[I])]

    Permalink
  27. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped