io.github.iltotore.iron.constraint.collection.Init
See theInit companion class
object Init
Attributes
- Companion
- class
- Source
- collection.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Init.type
Members list
Type members
Classlikes
class InitIterable[A, I <: Iterable[A], C, Impl <: Constraint[A, C]](using x$1: Impl) extends Constraint[I, Init[C]]
Attributes
- Source
- collection.scala
- Supertypes
class InitString[C, Impl <: Constraint[Char, C]](using x$1: Impl) extends Constraint[String, Init[C]]
Attributes
- Source
- collection.scala
- Supertypes
Givens
Givens
Attributes
- Source
- collection.scala
Attributes
- Source
- collection.scala
inline given given_InitIterable_A_I_C_Impl[A, I <: Iterable[A], C, Impl <: Constraint[A, C]](using inline impl: Impl): InitIterable[A, I, C, Impl]
Attributes
- Source
- collection.scala
inline given initString[C, Impl <: Constraint[Char, C]](using inline impl: Impl): InitString[C, Impl]
Attributes
- Source
- collection.scala
In this article