io.github.iltotore.iron.constraint.collection.Head
See theHead companion class
object Head
Attributes
Members list
Type members
Classlikes
class HeadArray[A, C, Impl <: Constraint[A, C]](using x$1: Impl) extends Constraint[Array[A], Head[C]]
Attributes
- Supertypes
class HeadIterable[A, I <: Iterable[A], C, Impl <: Constraint[A, C]](using x$1: Impl) extends Constraint[I, Head[C]]
Attributes
- Supertypes
class HeadString[C, Impl <: Constraint[Char, C]](using x$1: Impl) extends Constraint[String, Head[C]]
Attributes
- Supertypes
Givens
Givens
inline given given_HeadArray_A_C_Impl[A, I <: Iterable[A], C, Impl <: Constraint[A, C]](using inline impl: Impl): HeadArray[A, C, Impl]
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]
inline given headString[C, Impl <: Constraint[Char, C]](using inline impl: Impl): HeadString[C, Impl]
In this article