Module swim.dynamic
Package swim.dynamic

Interface HostMember<T>

All Known Subinterfaces:
HostField<T>, HostMethod<T>

public interface HostMember<T>
A dynamically typed member descriptor for a host type.
  • Method Summary

    Modifier and Type
    Method
    Description
    key()
     
  • Method Details