Exists

io.github.iltotore.iron.constraint.collection.Exists
See theExists companion class
object Exists

Attributes

Companion
class
Source
collection.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Exists.type

Members list

Type members

Classlikes

class ExistsIterable[A, I <: Iterable[A], C, Impl <: Constraint[A, C]](using x$1: Impl) extends Constraint[I, Exists[C]]

Attributes

Source
collection.scala
Supertypes
trait Constraint[I, Exists[C]]
class Object
trait Matchable
class Any
class ExistsString[C, Impl <: Constraint[Char, C]](using x$1: Impl) extends Constraint[String, Exists[C]]

Attributes

Source
collection.scala
Supertypes
trait Constraint[String, Exists[C]]
class Object
trait Matchable
class Any

Givens

Givens

inline given existsString[C, Impl <: Constraint[Char, C]](using inline impl: Impl): ExistsString[C, Impl]

Attributes

Source
collection.scala
inline given given_ExistsIterable_A_I_C_Impl[A, I <: Iterable[A], C, Impl <: Constraint[A, C]](using inline impl: Impl): ExistsIterable[A, I, C, Impl]

Attributes

Source
collection.scala