Package io.deephaven.web.client.api
Interface TableData.RowPositionUnion
- Enclosing interface:
- TableData
@TsUnion
@JsType(name="?",
namespace="<global>",
isNative=true)
public static interface TableData.RowPositionUnion
TS type union to allow either "int" or "LongWrapper" to be passed as an argument for various methods.
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
asInt()
default LongWrapper
default boolean
isInt()
default boolean
-
Method Details
-
isLongWrapper
@JsOverlay default boolean isLongWrapper() -
isInt
@JsOverlay default boolean isInt() -
asLongWrapper
-
asInt
@JsOverlay @TsUnionMember default int asInt()
-