-
- All Superinterfaces:
HostMember<T>
public interface HostMethod<T> extends HostMember<T>
A dynamically typed method descriptor for a host type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
invoke(Bridge bridge, T self, Object... arguments)
-
Methods inherited from interface swim.dynamic.HostMember
key
-
-