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

jedi.example.IMultipleOptionsExampleClosureFactory Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
package jedi.example;

public interface IMultipleOptionsExampleClosureFactory {
	/**
	 * @see jedi.example.MultipleOptionsExample#add
	 */
	  jedi.functional.Functor addFunctor(final java.lang.String a, final java.lang.String b);
	/**
	 * @see jedi.example.MultipleOptionsExample#add
	 */
	  jedi.functional.Functor2 addProxyFunctor2(final jedi.example.MultipleOptionsExample $receiver);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy