p

wdl4s.wdl

values

package values

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. values
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type FileHasher = (WdlFile) ⇒ SymbolHash
  2. trait Hashable extends Any
  3. implicit final class HashableString extends AnyVal with Hashable
  4. final case class SymbolHash (value: String) extends AnyVal with Ordered[SymbolHash] with Product with Serializable
  5. sealed abstract case class WdlArray extends WdlValue with WdlArrayLike with TsvSerializable with Product with Serializable
  6. class WdlBoolean extends WdlPrimitive

    The constructor is private to force access through the companion object apply which ensures the use of one of the canonical instances.

  7. case class WdlCallOutputsObject (call: WdlCall, outputs: Map[String, WdlValue]) extends WdlValue with WdlObjectLike with Product with Serializable
  8. sealed trait WdlFile extends WdlPrimitive
  9. case class WdlFloat (value: Double) extends WdlPrimitive with Product with Serializable
  10. case class WdlGlobFile (value: String) extends WdlFile with Product with Serializable
  11. case class WdlInteger (value: Int) extends WdlPrimitive with Product with Serializable
  12. case class WdlMap (wdlType: WdlMapType, value: Map[WdlValue, WdlValue]) extends WdlValue with WdlArrayLike with TsvSerializable with Product with Serializable
  13. case class WdlObject (value: Map[String, WdlValue]) extends WdlValue with WdlObjectLike with TsvSerializable with Product with Serializable
  14. trait WdlObjectLike extends AnyRef
  15. case class WdlOptionalValue (innerType: WdlType, value: Option[WdlValue]) extends WdlValue with Product with Serializable
  16. case class WdlPair (left: WdlValue, right: WdlValue) extends WdlValue with Product with Serializable
  17. trait WdlPrimitive extends WdlValue
  18. case class WdlSingleFile (value: String) extends WdlFile with Product with Serializable
  19. case class WdlString (value: String) extends WdlPrimitive with Product with Serializable
  20. trait WdlValue extends AnyRef

Value Members

  1. object WdlArray extends Serializable
  2. object WdlBoolean
  3. object WdlFile
  4. object WdlMap extends Serializable
  5. object WdlObject extends Serializable
  6. object WdlOptionalValue extends Serializable
  7. object WdlValue

Inherited from AnyRef

Inherited from Any

Ungrouped