final class FieldOps[P, F[_], VR[_], E] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FieldOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
- def !==[PP <: P](f2: Field[PP])(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
- def !==(value: P)(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def ===[PP <: P](f2: Field[PP])(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
- def ===(value: P)(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assert(cond: (P) ⇒ Boolean, error: (ValidationContext[E, P]) ⇒ E)(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
- def assertF(cond: (P) ⇒ F[Boolean], error: (ValidationContext[E, P]) ⇒ E)(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
- def assertTrue(cond: ⇒ Boolean, error: (ValidationContext[E, P]) ⇒ E)(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
- def check(f: (ValidationContext[E, P]) ⇒ VR[E])(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
- def checkF(f: (ValidationContext[E, P]) ⇒ F[VR[E]])(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
- def equalTo[PP <: P](f2: Field[PP])(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
- def equalTo(value: P)(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def in(seq: Seq[P])(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def notEqualTo[PP <: P](f2: Field[PP])(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
- def notEqualTo(value: P)(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
-
def
toString(): String
- Definition Classes
- Any
- def validate(implicit M: ValidationModule[F, VR, E], P: ValidationPolicy[P, F, VR, E]): F[VR[E]]