com.github.basking2.sdsai.itrex.functions.ListFlattenFunction 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.functions;
import com.github.basking2.sdsai.itrex.EvaluationContext;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import static com.github.basking2.sdsai.itrex.iterators.Iterators.toIterator;
/**
* Flatten arguments and iterators into a list.
*/
public class ListFlattenFunction implements HelpfulFunction, FunctionInterface> {
@Override
public List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy