Module swim.dynamic
Package swim.dynamic

Interface HostMethod<T>

All Superinterfaces:
HostMember<T>

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

    Modifier and Type
    Method
    Description
    invoke(Bridge bridge, T self, Object... arguments)
     

    Methods inherited from interface swim.dynamic.HostMember

    key