Last

object Last extends LastInstances
Companion:
class
class Object
trait Matchable
class Any
Last.type

Implicits

Inherited implicits

final implicit def applicativeLast: Applicative[Last]
Inherited from:
LastInstances
final implicit def applyLast: Apply[Last]
Inherited from:
LastInstances
final implicit def bindLast: FlatMap[Last]
Inherited from:
LastInstances
final implicit def eqLast[A : Eq]: Eq[Last[A]]
Inherited from:
LastInstances
final implicit def functorLast: Functor[Last]
Inherited from:
LastInstances
final implicit def monadLast: Monad[Last]
Inherited from:
LastInstances
final implicit def monoidLast[A]: Monoid[Last[A]]
Inherited from:
LastInstances
final implicit def ordLast[A : Order]: Order[Last[A]]
Inherited from:
LastInstances
final implicit def semigroupLast[A]: Semigroup[Last[A]]
Inherited from:
LastInstances
final implicit def showLast[A : Show]: Show[Last[A]]
Inherited from:
LastInstances