com.github.basking2.sdsai.itrex.packages.FunctionalPackage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdsai-itrex Show documentation
Show all versions of sdsai-itrex Show documentation
An S-Expression inspiried library focused on iterators.
package com.github.basking2.sdsai.itrex.packages;
import com.github.basking2.sdsai.itrex.functions.FunctionInterface;
import com.github.basking2.sdsai.itrex.functions.functional.*;
import java.util.Iterator;
/**
* The contents of {@link com.github.basking2.sdsai.itrex.functions.functional}.
*/
public class FunctionalPackage {
public static final FunctionInterface> curry = new CurryFunction();
public static final FunctionInterface> compose = new ComposeFunction();
public static final FunctionInterface> map = new MapFunction();
public static final FunctionInterface
© 2015 - 2024 Weber Informatics LLC | Privacy Policy