object Argument extends PlatformArguments
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Argument
- PlatformArguments
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- implicit final class ArgumentMethods[A] extends AnyVal
We can't add methods to traits in 2.11 without breaking binary compatibility
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[A](implicit argument: Argument[A]): Argument[A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- implicit val declineArgumentDefer: Defer[Argument]
- implicit val declineArgumentFunctor: Functor[Argument]
- implicit val declineArgumentSemigroupK: SemigroupK[Argument]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def from[A](defMeta: String)(fn: (String) => ValidatedNel[String, A]): Argument[A]
convenience function to create Argument instances
- def fromMap[A](defmeta: String, nameToValue: Map[String, A]): Argument[A]
Build an argument from a Map of values
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val readBigDecimal: Argument[BigDecimal]
- implicit val readBigInt: Argument[BigInt]
- implicit val readByte: Argument[Byte]
- implicit val readChar: Argument[Char]
- implicit val readChronoUnit: Argument[ChronoUnit]
- Definition Classes
- PlatformArguments
- implicit val readDouble: Argument[Double]
- implicit val readDuration: Argument[Duration]
- implicit def readEither[A, B](implicit A: Argument[A], B: Argument[B]): Argument[Either[A, B]]
prefer reading the right and fallback to left
- implicit val readFiniteDuration: Argument[FiniteDuration]
- implicit val readFloat: Argument[Float]
- implicit val readInt: Argument[Int]
- implicit val readLong: Argument[Long]
- implicit val readPath: Argument[Path]
- Definition Classes
- PlatformArguments
- implicit val readShort: Argument[Short]
- implicit val readString: Argument[String]
- implicit val readURI: Argument[URI]
- implicit val readUUID: Argument[UUID]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated