io.github.iltotore.iron.constraint.collection.ForAll
See theForAll companion class
object ForAll
Attributes
- Companion
- class
- Source
- collection.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ForAll.type
Members list
Type members
Classlikes
class ForAllIterable[A, I <: Iterable[A], C, Impl <: Constraint[A, C]](using x$1: Impl) extends Constraint[I, ForAll[C]]
Attributes
- Source
- collection.scala
- Supertypes
class ForAllString[C, Impl <: Constraint[Char, C]](using x$1: Impl) extends Constraint[String, ForAll[C]]
Attributes
- Source
- collection.scala
- Supertypes
Givens
Givens
given `given_==>_ForAll_Exists`[C1, C2](using Implication[C1, C2]): Implication[ForAll[C1], Exists[C2]]
Attributes
- Source
- collection.scala
Attributes
- Source
- collection.scala
Attributes
- Source
- collection.scala
Attributes
- Source
- collection.scala
inline given forAllString[C, Impl <: Constraint[Char, C]](using inline impl: Impl): ForAllString[C, Impl]
Attributes
- Source
- collection.scala
inline given given_ForAllIterable_A_I_C_Impl[A, I <: Iterable[A], C, Impl <: Constraint[A, C]](using inline impl: Impl): ForAllIterable[A, I, C, Impl]
Attributes
- Source
- collection.scala
In this article