Last

caseapp.core.argparser.Last
final case class Last[T](value: T)

Allows an argument to be specified multiple times.

Discards previously specified values.

Attributes

T:

wrapped type

value:

actual value of type T

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product