Interface ExternalObject<T>
- Type Parameters:
T- the static class of the wrapped object
- All Superinterfaces:
GroundedValue, Item, Sequence
- All Known Implementing Classes:
Bindery.FailureValue, ObjectValue, Tuple
An item that wraps an external (Java or .NET) object
-
Method Summary
Modifier and TypeMethodDescriptionGet the item type of the objectGet the wrapped objectMethods inherited from interface GroundedValue
asIterable, concatenate, containsNode, effectiveBooleanValue, materializeMethods inherited from interface Item
atomize, getGenre, getLength, getStringValue, getStringValueCS, head, isStreamed, itemAt, iterate, reduce, subsequence, toShortStringMethods inherited from interface Sequence
makeRepeatable
-
Method Details
-
getObject
-
getItemType
-