Last

final case class Last[T](value: T)

Allows an argument to be specified multiple times.

Discards previously specified values.

Type parameters:
T:

wrapped type

Value parameters:
value:

actual value of type T

See also:
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product