jedi.example.ICommandExampleClosureFactory Maven / Gradle / Ivy
package jedi.example;
public interface ICommandExampleClosureFactory {
/**
* @see jedi.example.CommandExample#doX
*/
jedi.functional.Command doXCommand(final java.lang.String arg);
/**
* @see jedi.example.CommandExample#doX
*/
jedi.functional.Command doXProxyCommand(final jedi.example.CommandExample $receiver);
/**
* @see jedi.example.CommandExample#doY
*/
jedi.functional.Command doYCommand();
/**
* @see jedi.example.CommandExample#doY
*/
jedi.functional.Command0 doYProxyCommand0(final jedi.example.CommandExample $receiver);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy