All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jedi.example.IStormtrooperClosureFactory Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
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