Packages

implicit final class ResultMarshallerOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResultMarshallerOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ResultMarshallerOps(m: ResultMarshaller)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def fromBigInt(value: BigDecimal): Node
  6. def fromBigInt(value: BigInt): Node
  7. def fromBoolean(value: Boolean): Node
  8. def fromDouble(value: Double): Node
  9. def fromEnumString(value: String): Node
  10. def fromFloat(value: Float): Node
  11. def fromInput[Input](value: Input)(implicit arg0: InputUnmarshaller[Input]): Node
  12. def fromInt(value: Int): Node
  13. def fromLong(value: Long): Node
  14. def fromString(value: String): Node
  15. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def list(elements: Node*): Node
  18. val m: ResultMarshaller
  19. def map(elements: (String, Node)*): Node
  20. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped