Package elemental2.dom
Interface RTCStatsReport.GetTimestampUnionType
-
- Enclosing interface:
- RTCStatsReport
@JsType(isNative=true, name="?", namespace="<global>") public static interface RTCStatsReport.GetTimestampUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default double
asDouble()
default elemental2.core.JsDate
asJsDate()
default boolean
isDouble()
default boolean
isJsDate()
static RTCStatsReport.GetTimestampUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static RTCStatsReport.GetTimestampUnionType of(java.lang.Object o)
-
asDouble
@JsOverlay default double asDouble()
-
asJsDate
@JsOverlay default elemental2.core.JsDate asJsDate()
-
isDouble
@JsOverlay default boolean isDouble()
-
isJsDate
@JsOverlay default boolean isJsDate()
-
-