cats
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- cats.type
Members list
Givens
Inherited givens
Attributes
- Inherited from:
- IronCatsInstances (hidden)
Attributes
- Inherited from:
- RefinedTypeOpsCats (hidden)
Attributes
- Inherited from:
- IronCatsLowPriority (hidden)
Attributes
- Inherited from:
- RefinedTypeOpsCatsLowPriority (hidden)
Attributes
- Inherited from:
- IronCatsInstances (hidden)
Attributes
- Inherited from:
- IronCatsInstances (hidden)
Attributes
- Inherited from:
- RefinedTypeOpsCats (hidden)
Attributes
- Inherited from:
- IronCatsInstances (hidden)
Attributes
- Inherited from:
- RefinedTypeOpsCats (hidden)
Attributes
- Inherited from:
- IronCatsInstances (hidden)
Attributes
- Inherited from:
- RefinedTypeOpsCats (hidden)
Attributes
- Inherited from:
- IronCatsInstances (hidden)
Attributes
- Inherited from:
- IronCatsInstances (hidden)
Attributes
- Inherited from:
- IronCatsInstances (hidden)
Attributes
- Inherited from:
- IronCatsInstances (hidden)
Attributes
- Inherited from:
- IronCatsInstances (hidden)
Attributes
- Inherited from:
- IronCatsInstances (hidden)
Attributes
- Inherited from:
- IronCatsInstances (hidden)
Attributes
- Inherited from:
- IronCatsInstances (hidden)
Attributes
- Inherited from:
- IronCatsInstances (hidden)
Extensions
Extensions
Refine the given value at runtime, resulting in an EitherNec.
Refine the given value at runtime, resulting in an EitherNel.
Refine the given value at runtime, resulting in a Validated.
Refine the given value at runtime, resulting in a Validated.
Attributes
- constraint
the constraint to test with the value to refine.
- Returns:
a Valid containing this value as IronType or an Invalid containing the constraint message.
- See also:
Refine the given value applicatively at runtime, resulting in a ValidatedNec.
Refine the given value applicatively at runtime, resulting in a ValidatedNec.
Attributes
- constraint
the constraint to test with the value to refine.
- Returns:
a Valid containing this value as IronType or an Invalid containing a NonEmptyChain of error messages.
- See also:
Refine the given value applicatively at runtime, resulting in a ValidatedNel.
Refine the given value applicatively at runtime, resulting in a ValidatedNel.
Attributes
- constraint
the constraint to test with the value to refine.
- Returns:
a Valid containing this value as IronType or an Invalid containing a NonEmptyList of error messages.
- See also:
Refine the given value again at runtime, resulting in an EitherNec.
Refine the given value again at runtime, resulting in an EitherNec.
Attributes
- constraint
the new constraint to test.
- Returns:
a Right containing this refined with
C1 & C2
or a Left containing the constraint message.- See also:
Refine the given value again at runtime, resulting in an EitherNel.
Refine the given value again at runtime, resulting in an EitherNel.
Attributes
- constraint
the new constraint to test.
- Returns:
a Right containing this refined with
C1 & C2
or a Left containing the constraint message.- See also:
Refine the given value again at runtime, resulting in an Validated.
Refine the given value again at runtime, resulting in an Validated.
Attributes
- constraint
the new constraint to test.
- Returns:
a Validated.Valid containing this refined with
C1 & C2
or a Validated.Invalid containing the constraint message.- See also:
Refine the given value again applicatively at runtime, resulting in a ValidatedNec.
Refine the given value again applicatively at runtime, resulting in a ValidatedNec.
Attributes
- constraint
the new constraint to test.
- Returns:
a Valid containing this value as IronType or an Invalid containing a NonEmptyChain of error messages.
- See also:
Refine the given value again applicatively at runtime, resulting in a ValidatedNel.
Refine the given value again applicatively at runtime, resulting in a ValidatedNel.
Attributes
- constraint
the new constraint to test.
- Returns:
a Valid containing this value as IronType or an Invalid containing a NonEmptyList of error messages.
- See also:
Refine the given value at runtime, resulting in an EitherNec.
Refine the given value at runtime, resulting in an EitherNec.
Attributes
- constraint
the constraint to test with the value to refine.
- Returns:
a Right containing this value as IronType or a Left containing the constraint message.
- See also:
Refine the given value at runtime, resulting in an EitherNel.
Refine the given value at runtime, resulting in an EitherNel.
Attributes
- constraint
the constraint to test with the value to refine.
- Returns:
a Right containing this value as IronType or a Left containing the constraint message.
- See also:
Refine the given value at runtime, resulting in a Validated.
Refine the given value at runtime, resulting in a Validated.
Attributes
- constraint
the constraint to test with the value to refine.
- Returns:
a Valid containing this value as IronType or an Invalid containing the constraint message.
- See also:
Refine the given value applicatively at runtime, resulting in a ValidatedNec.
Refine the given value applicatively at runtime, resulting in a ValidatedNec.
Attributes
- constraint
the constraint to test with the value to refine.
- Returns:
a Valid containing this value as IronType or an Invalid containing a NonEmptyChain of error messages.
- See also:
Refine the given value applicatively at runtime, resulting in a ValidatedNel.
Refine the given value applicatively at runtime, resulting in a ValidatedNel.
Attributes
- constraint
the constraint to test with the value to refine.
- Returns:
a Valid containing this value as IronType or an Invalid containing a NonEmptyList of error messages.
- See also: