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