Mapped
works.iterative.forms.ValidationRule.Mapped
final case class Mapped[F[_], R, O, O1](rule: ValidationRule[F, R, O], f: O => O1)(implicit evidence$1: Covariant[F]) extends ValidationRule[F, R, O1]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- Function1
Attributes
- Inherited from:
- Function1
Attributes
- Inherited from:
- ValidationRule
def flatMap[O1](other: ValidationRule[F, O1, O1])(using IdentityBoth[F], AssociativeFlatten[F], Covariant[F]): ValidationRule[F, R, O1]
Attributes
- Inherited from:
- ValidationRule
Attributes
- Inherited from:
- ValidationRule
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Function1 -> Any
- Inherited from:
- Function1
In this article