io.github.iltotore.iron.constraint.collection.Last
See theLast companion class
object Last
Attributes
Members list
Type members
Classlikes
class LastArray[A, C, Impl <: Constraint[A, C]](using x$1: Impl) extends Constraint[Array[A], Last[C]]
Attributes
- Supertypes
class LastIterable[A, I <: Iterable[A], C, Impl <: Constraint[A, C]](using x$1: Impl) extends Constraint[I, Last[C]]
Attributes
- Supertypes
class LastString[C, Impl <: Constraint[Char, C]](using x$1: Impl) extends Constraint[String, Last[C]]
Attributes
- Supertypes
Givens
Givens
inline given given_LastArray_A_C_Impl[A, C, Impl <: Constraint[A, C]](using inline impl: Impl): LastArray[A, C, Impl]
inline given given_LastIterable_A_I_C_Impl[A, I <: Iterable[A], C, Impl <: Constraint[A, C]](using inline impl: Impl): LastIterable[A, I, C, Impl]
inline given lastString[C, Impl <: Constraint[Char, C]](using inline impl: Impl): LastString[C, Impl]
In this article