(T builtIn, Scriptable start)
| 26 | |
| 27 | public interface Getter<T extends ScriptableObject> extends Serializable { |
| 28 | Object apply(T builtIn, Scriptable start); |
| 29 | } |
| 30 | |
| 31 | public interface Setter<T extends ScriptableObject> extends Serializable { |
no outgoing calls