final class IterableFieldOps[I[_] <: Iterable[_], P, F[_], VR[_], E] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IterableFieldOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def each(check: (Field[P], Int) ⇒ F[VR[E]])(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
- def each(check: (Field[P]) ⇒ F[VR[E]])(implicit M: ValidationModule[F, VR, E]): F[VR[E]]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def max(max: Int)(implicit M: ValidationModule[F, VR, E], CF: CanFailMaxSize[E]): F[VR[E]]
- def min(min: Int)(implicit M: ValidationModule[F, VR, E], CF: CanFailMinSize[E]): F[VR[E]]
- def nonEmpty(implicit M: ValidationModule[F, VR, E], CF: CanFailEmpty[E]): F[VR[E]]
-
def
toString(): String
- Definition Classes
- Any