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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy