Last

final case class Last[A](runLast: Option[A]) extends AnyVal

cats.Semigroup where combine always takes the last option

Companion:
object
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product