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