Packages

trait NumberOps[F[_], E] extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NumberOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. implicit abstract val alg: StrictApplicativeAlgebra[F, E]

Concrete Value Members

  1. def between[T](lower: T, upper: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]

    Inclusive

  2. def equiv[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
  3. def gt[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
  4. def gte[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
  5. def lt[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
  6. def lte[T](bound: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]
  7. def within[T](lower: T, upper: T, prefix: String = "Got")(implicit arg0: Ordering[T]): Validator[F, T, T]

    Exclsive.