![JAR search and dependency download from the Maven repository](/logo.png)
com.github.TKnudsen.ComplexDataObject.model.processors.utility.IItemSplitter Maven / Gradle / Ivy
package com.github.TKnudsen.ComplexDataObject.model.processors.utility;
import java.util.List;
public interface IItemSplitter {
public List extends Object> split(Object toSplit);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy