object WdlNamespaceType extends WdlType with Product with Serializable
- Alphabetic
- By Inheritance
- WdlNamespaceType
- Serializable
- Serializable
- Product
- Equals
- WdlType
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(rhs: WdlType): Try[WdlType]
- Definition Classes
- WdlType
-
def
and(rhs: WdlType): Try[WdlType]
- Definition Classes
- WdlType
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
coerceRawValue(any: Any): Try[WdlValue]
Public interface for a
Try-wrapped conversion of an input of typeAnyto aWdlValue.Public interface for a
Try-wrapped conversion of an input of typeAnyto aWdlValue.- Definition Classes
- WdlType
-
def
coercion: PartialFunction[Any, WdlValue]
Method to be overridden by implementation classes defining a partial function for the conversion of raw input values to specific implementation class value types.
Method to be overridden by implementation classes defining a partial function for the conversion of raw input values to specific implementation class value types. i.e.
WdlBooleanTypeshould define a partial function that knows how to constructWdlBooleans for inputs of supported types and contents. Values for which the partial function is not defined are assumed to not be convertible to the target type.- Attributes
- protected
- Definition Classes
- WdlNamespaceType → WdlType
-
def
coercionDefined(any: Any): Boolean
- Definition Classes
- WdlType
-
def
divide(rhs: WdlType): Try[WdlType]
- Definition Classes
- WdlType
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(rhs: WdlType): Try[WdlType]
- Definition Classes
- WdlType
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromWdlString(rawString: String): Nothing
Converts WDL source into a WdlValue of this type, if possible.
Converts WDL source into a WdlValue of this type, if possible.
- returns
The WdlValue
- Definition Classes
- WdlNamespaceType → WdlType
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
greaterThan(rhs: WdlType): Try[WdlType]
- Definition Classes
- WdlType
-
def
greaterThanOrEqual(rhs: WdlType): Try[WdlType]
- Definition Classes
- WdlType
-
def
invalid(operation: String): Failure[Nothing]
- Definition Classes
- WdlType
-
def
isCoerceableFrom(otherType: WdlType): Boolean
- Definition Classes
- WdlType
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lessThan(rhs: WdlType): Try[WdlType]
- Definition Classes
- WdlType
-
def
lessThanOrEqual(rhs: WdlType): Try[WdlType]
- Definition Classes
- WdlType
-
def
mod(rhs: WdlType): Try[WdlType]
- Definition Classes
- WdlType
-
def
multiply(rhs: WdlType): Try[WdlType]
- Definition Classes
- WdlType
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
not: Try[WdlType]
- Definition Classes
- WdlType
-
def
notEquals(rhs: WdlType): Try[WdlType]
- Definition Classes
- WdlType
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
or(rhs: WdlType): Try[WdlType]
- Definition Classes
- WdlType
-
def
subtract(rhs: WdlType): Try[WdlType]
- Definition Classes
- WdlType
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toWdlString: String
- Definition Classes
- WdlNamespaceType → WdlType
-
def
unaryMinus: Try[WdlType]
- Definition Classes
- WdlType
-
def
unaryPlus: Try[WdlType]
- Definition Classes
- WdlType
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )