io.github.iltotore.iron.constraint.collection.Last
See theLast companion class
object Last
Attributes
- Companion
- class
- Source
- collection.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Last.type
Members list
Type members
Classlikes
class LastIterable[A, I <: Iterable[A], C, Impl <: Constraint[A, C]](using x$1: Impl) extends Constraint[I, Last[C]]
Attributes
- Source
- collection.scala
- Supertypes
class LastString[C, Impl <: Constraint[Char, C]](using x$1: Impl) extends Constraint[String, Last[C]]
Attributes
- Source
- collection.scala
- Supertypes
Givens
Givens
Attributes
- Source
- collection.scala
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]
Attributes
- Source
- collection.scala
inline given lastString[C, Impl <: Constraint[Char, C]](using inline impl: Impl): LastString[C, Impl]
Attributes
- Source
- collection.scala
In this article