Packages

c

jsont.internal

ValidatorF

abstract class ValidatorF[F[_]] extends AnyRef

Generic validator

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

Instance Constructors

  1. new ValidatorF()(implicit FT: FunctorTell[F, Errors], L: ApplicativeLocal[F, Env], M: Monad[F])

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 array(predicate: (Vector[Json]) ⇒ Boolean, msg: (Vector[Json]) ⇒ String = ...): F[Unit]
  5. def arrayValidator(validators: Vector[F[Unit]]): F[Unit]

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bigDecimal(predicate: (BigDecimal) ⇒ Boolean, msg: (BigDecimal) ⇒ String = numViolationMsg): F[Unit]

  8. def bigInt(predicate: (BigInt) ⇒ Boolean, msg: (BigInt) ⇒ String = numViolationMsg): F[Unit]

  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def double(predicate: (Double) ⇒ Boolean, msg: (Double) ⇒ String = numViolationMsg): F[Unit]

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def eqNumberValidator(expected: JsonNumber): F[Unit]

  13. def eqStringValidator(expected: String): F[Unit]

  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def failed(msg: String = "Fail unconditionally"): F[Unit]

    group other

  16. def falseValidator(): F[Unit]

    group other

  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def forall(validator: F[Unit]): F[Unit]

  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def int(predicate: (Int) ⇒ Boolean, msg: (Int) ⇒ String = numViolationMsg): F[Unit]

  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def liftPredicate[A](predicate: (A) ⇒ Boolean, msg: (A) ⇒ String): (A) ⇒ F[Unit]
  24. def long(predicate: (Long) ⇒ Boolean, msg: (Long) ⇒ String = numViolationMsg): F[Unit]

  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def nullValidator(): F[Unit]

    group other

  29. def number(predicate: (JsonNumber) ⇒ Boolean, msg: (JsonNumber) ⇒ String = numViolationMsg): F[Unit]

  30. def objectValidator(objValidator: Vector[(String, F[Unit])]): F[Unit]

  31. val pass: F[Unit]

    group other

  32. def regex(regex: Regex): F[Unit]

  33. def string(predicate: (String) ⇒ Boolean, msg: (String) ⇒ String = ...): F[Unit]

  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def trueValidator(): F[Unit]

    group other

  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  40. def withArray(onArray: (Vector[Json]) ⇒ F[Unit]): F[Unit]

  41. def withNumber(f: (JsonNumber) ⇒ F[Unit]): F[Unit]

  42. def withString(f: (String) ⇒ F[Unit]): F[Unit]

Inherited from AnyRef

Inherited from Any

array

number

object

string

Ungrouped