case class WdlObject(value: Map[String, WdlValue]) extends WdlValue with WdlObjectLike with TsvSerializable with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, TsvSerializable, WdlObjectLike, WdlValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WdlObject
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TsvSerializable
  7. WdlObjectLike
  8. WdlValue
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WdlObject(value: Map[String, WdlValue])

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 add(rhs: WdlValue): Try[WdlValue]
    Definition Classes
    WdlValue
  5. def and(rhs: WdlValue): Try[WdlBoolean]
    Definition Classes
    WdlValue
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def collectAsSeq[T <: WdlValue](filterFn: PartialFunction[WdlValue, T]): Seq[T]
    Definition Classes
    WdlValue
  9. def computeHash(implicit hasher: FileHasher): SymbolHash
    Definition Classes
    WdlValue
  10. def divide(rhs: WdlValue): Try[WdlValue]
    Definition Classes
    WdlValue
  11. def emptyValueFailure(operationName: String): Failure[Nothing]
    Definition Classes
    WdlValue
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(rhs: WdlValue): Try[WdlBoolean]
    Definition Classes
    WdlValue
  14. def evaluateIfDefined[A <: WdlValue](operationName: String, optionalValue: WdlOptionalValue, operation: (WdlValue) ⇒ Try[A]): Try[A]
    Definition Classes
    WdlValue
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def greaterThan(rhs: WdlValue): Try[WdlBoolean]
    Definition Classes
    WdlValue
  18. def greaterThanOrEqual(rhs: WdlValue): Try[WdlBoolean]
    Definition Classes
    WdlValue
  19. def invalid(operation: String): Failure[Nothing]
    Definition Classes
    WdlValue
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def lessThan(rhs: WdlValue): Try[WdlBoolean]
    Definition Classes
    WdlValue
  22. def lessThanOrEqual(rhs: WdlValue): Try[WdlBoolean]
    Definition Classes
    WdlValue
  23. def mod(rhs: WdlValue): Try[WdlValue]
    Definition Classes
    WdlValue
  24. def multiply(rhs: WdlValue): Try[WdlValue]
    Definition Classes
    WdlValue
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def not: Try[WdlValue]
    Definition Classes
    WdlValue
  27. def notEquals(rhs: WdlValue): Try[WdlBoolean]
    Definition Classes
    WdlValue
  28. final def notify(): Unit
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  30. def or(rhs: WdlValue): Try[WdlBoolean]
    Definition Classes
    WdlValue
  31. lazy val orderedAttributes: Seq[String]
  32. lazy val orderedValues: Seq[WdlValue]
  33. def subtract(rhs: WdlValue): Try[WdlValue]
    Definition Classes
    WdlValue
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toWdlString: String
    Definition Classes
    WdlObjectWdlValue
  36. def tsvSerialize: Try[String]
    Definition Classes
    WdlObjectTsvSerializable
  37. def typeName: String
    Definition Classes
    WdlValue
  38. def unaryMinus: Try[WdlValue]
    Definition Classes
    WdlValue
  39. def unaryPlus: Try[WdlValue]
    Definition Classes
    WdlValue
  40. val value: Map[String, WdlValue]
    Definition Classes
    WdlObjectWdlObjectLike
  41. def valueString: String
    Definition Classes
    WdlValue
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. val wdlType: WdlObjectType.type
    Definition Classes
    WdlObjectWdlValue

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TsvSerializable

Inherited from WdlObjectLike

Inherited from WdlValue

Inherited from AnyRef

Inherited from Any

Ungrouped