Module swim.dynamic
Package swim.dynamic

Interface HostValue

All Known Subinterfaces:
HostArray, HostFunction, HostObject

public interface HostValue
A host object that has a dynamic type descriptor.
  • Method Summary

    Modifier and Type
    Method
    Description
    HostType<? extends Object>
     
  • Method Details