![JAR search and dependency download from the Maven repository](/logo.png)
jedi.example.IStormtrooperClosureFactory Maven / Gradle / Ivy
package jedi.example;
public interface IStormtrooperClosureFactory {
/**
* @see jedi.example.Stormtrooper#attack
*/
jedi.functional.Command attackCommand(final jedi.example.RebelBase base);
/**
* @see jedi.example.Stormtrooper#attack
*/
jedi.functional.Command attackProxyCommand(final jedi.example.Stormtrooper $receiver);
/**
* @see jedi.example.Stormtrooper#getDistance
*/
jedi.functional.Functor getDistanceFunctor(final jedi.example.RebelBase base);
/**
* @see jedi.example.Stormtrooper#getDistance
*/
jedi.functional.Functor getDistanceProxyFunctor(final jedi.example.Stormtrooper $receiver);
/**
* @see jedi.example.Stormtrooper#isWithinRange
*/
jedi.functional.Filter isWithinRangeFilter(final jedi.example.RebelBase base);
/**
* @see jedi.example.Stormtrooper#isWithinRange
*/
jedi.functional.Filter isWithinRangeProxyFilter(final jedi.example.Stormtrooper $receiver);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy