
net.sf.gluebooster.java.booster.basic.transformation.CallableByIterating Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gb-basic Show documentation
Show all versions of gb-basic Show documentation
Basic classes to support the development of applications. There should be as few dependencies on other frameworks as possible.
The newest version!
package net.sf.gluebooster.java.booster.basic.transformation;
import java.util.Iterator;
import net.sf.gluebooster.java.booster.essentials.eventsCommands.Callable;
import net.sf.gluebooster.java.booster.essentials.eventsCommands.CallableAbstraction;
import net.sf.gluebooster.java.booster.essentials.utils.ContainerBoostUtils;
/**
* Expects an Iterable/Iterator and puts all values into another callable that is returned
*
* @author cbauer
*
*/
public class CallableByIterating extends CallableAbstraction
© 2015 - 2025 Weber Informatics LLC | Privacy Policy