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
      Object invoke​(Bridge bridge, T self, Object... arguments)