ForAllIterable

io.github.iltotore.iron.constraint.collection.ForAll.ForAllIterable
class ForAllIterable[A, I <: Iterable[A], C, Impl <: Constraint[A, C]](using x$1: Impl) extends Constraint[I, ForAll[C]]

Attributes

Source
collection.scala
Graph
Supertypes
trait Constraint[I, ForAll[C]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

inline override def message: String

Attributes

Definition Classes
Source
collection.scala
inline override def test(value: I): Boolean

Attributes

Definition Classes
Source
collection.scala