All Downloads are FREE. Search and download functionalities are using the official Maven repository.

caseapp.core.argparser.Last.scala Maven / Gradle / Ivy

There is a newer version: 2.1.0-M29
Show newest version
package caseapp.core.argparser

/** Allows an argument to be specified multiple times.
  *
  * Discards previously specified values.
  *
  * @see
  *   [[caseapp.core.argparser.LastArgParser]]
  *
  * @param value:
  *   actual value of type [[T]]
  * @tparam T:
  *   wrapped type
  */
final case class Last[T](value: T) // extends AnyVal // having issues since Scala Native 0.4.1




© 2015 - 2024 Weber Informatics LLC | Privacy Policy