Packages

object ParamDef

Annotations
@deprecated
Deprecated

(Since version 10.2.0) Use new parameters overloads with ParamSpec parameters. Kept for binary compatibility

Source
ParameterDirectives.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParamDef
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def extractParameter[A, B](f: (A) => Directive1[B]): ParamDefAux[A, Directive1[B]]
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def forNDR[T](implicit fsou: FSOU[T]): ParamDefAux[NameDefaultReceptacle[T], Directive1[T]]
  11. def forNDUR[T]: ParamDefAux[NameDefaultUnmarshallerReceptacle[T], Directive1[T]]
  12. def forNOR[T](implicit fsou: FSOU[T]): ParamDefAux[NameOptionReceptacle[T], Directive1[Option[T]]]
  13. def forNOUR[T]: ParamDefAux[NameOptionUnmarshallerReceptacle[T], Directive1[Option[T]]]
  14. def forNR[T](implicit fsu: FromStringUnmarshaller[T]): ParamDefAux[NameReceptacle[T], Directive1[T]]
  15. def forNUR[T]: ParamDefAux[NameUnmarshallerReceptacle[T], Directive1[T]]
  16. def forRVDR[T]: ParamDefAux[RequiredValueUnmarshallerReceptacle[T], Directive0]
  17. def forRVR[T](implicit fsu: FromStringUnmarshaller[T]): ParamDefAux[RequiredValueReceptacle[T], Directive0]
  18. def forRepVDR[T]: ParamDefAux[RepeatedValueUnmarshallerReceptacle[T], Directive1[Iterable[T]]]
  19. def forRepVR[T](implicit fsu: FromStringUnmarshaller[T]): ParamDefAux[RepeatedValueReceptacle[T], Directive1[Iterable[T]]]
  20. def forString(implicit fsu: FromStringUnmarshaller[String]): ParamDefAux[String, Directive1[String]]
  21. def forSymbol(implicit fsu: FromStringUnmarshaller[String]): ParamDefAux[Symbol, Directive1[String]]
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def paramDef[A, B](f: (A) => B): ParamDefAux[A, B]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. object ConvertParamDefAndConcatenate extends BinaryPolyFunc

Inherited from AnyRef

Inherited from Any

Ungrouped