package values
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- values
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type FileHasher = (WdlFile) ⇒ SymbolHash
- trait Hashable extends Any
- implicit final class HashableString extends AnyVal with Hashable
- final case class SymbolHash (value: String) extends AnyVal with Ordered[SymbolHash] with Product with Serializable
- sealed abstract case class WdlArray extends WdlValue with WdlArrayLike with TsvSerializable with Product with Serializable
-
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. - case class WdlCallOutputsObject (call: WdlCall, outputs: Map[String, WdlValue]) extends WdlValue with WdlObjectLike with Product with Serializable
- sealed trait WdlFile extends WdlPrimitive
- case class WdlFloat (value: Double) extends WdlPrimitive with Product with Serializable
- case class WdlGlobFile (value: String) extends WdlFile with Product with Serializable
- case class WdlInteger (value: Int) extends WdlPrimitive with Product with Serializable
- case class WdlMap (wdlType: WdlMapType, value: Map[WdlValue, WdlValue]) extends WdlValue with WdlArrayLike with TsvSerializable with Product with Serializable
- case class WdlObject (value: Map[String, WdlValue]) extends WdlValue with WdlObjectLike with TsvSerializable with Product with Serializable
- trait WdlObjectLike extends AnyRef
- case class WdlOptionalValue (innerType: WdlType, value: Option[WdlValue]) extends WdlValue with Product with Serializable
- case class WdlPair (left: WdlValue, right: WdlValue) extends WdlValue with Product with Serializable
- trait WdlPrimitive extends WdlValue
- case class WdlSingleFile (value: String) extends WdlFile with Product with Serializable
- case class WdlString (value: String) extends WdlPrimitive with Product with Serializable
- trait WdlValue extends AnyRef