Packages

object Argument extends PlatformArguments

Linear Supertypes
PlatformArguments, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Argument
  2. PlatformArguments
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit final class ArgumentMethods[A] extends AnyVal

    We can't add methods to traits in 2.11 without breaking binary compatibility

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[A](implicit argument: Argument[A]): Argument[A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. implicit val declineArgumentDefer: Defer[Argument]
  8. implicit val declineArgumentFunctor: Functor[Argument]
  9. implicit val declineArgumentSemigroupK: SemigroupK[Argument]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def from[A](defMeta: String)(fn: (String) => ValidatedNel[String, A]): Argument[A]

    convenience function to create Argument instances

  13. def fromMap[A](defmeta: String, nameToValue: Map[String, A]): Argument[A]

    Build an argument from a Map of values

  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. implicit val readBigDecimal: Argument[BigDecimal]
  21. implicit val readBigInt: Argument[BigInt]
  22. implicit val readByte: Argument[Byte]
  23. implicit val readChar: Argument[Char]
  24. implicit val readChronoUnit: Argument[ChronoUnit]
    Definition Classes
    PlatformArguments
  25. implicit val readDouble: Argument[Double]
  26. implicit val readDuration: Argument[Duration]
  27. implicit def readEither[A, B](implicit A: Argument[A], B: Argument[B]): Argument[Either[A, B]]

    prefer reading the right and fallback to left

  28. implicit val readFiniteDuration: Argument[FiniteDuration]
  29. implicit val readFloat: Argument[Float]
  30. implicit val readInt: Argument[Int]
  31. implicit val readLong: Argument[Long]
  32. implicit val readPath: Argument[Path]
    Definition Classes
    PlatformArguments
  33. implicit val readShort: Argument[Short]
  34. implicit val readString: Argument[String]
  35. implicit val readURI: Argument[URI]
  36. implicit val readUUID: Argument[UUID]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from PlatformArguments

Inherited from AnyRef

Inherited from Any

Ungrouped