Last

caseapp.core.argparser.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

Attributes

See also
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product