com.github.basking2.sdsai.itrex.EvaluationContext 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;
import com.github.basking2.sdsai.itrex.functions.FunctionInterface;
import com.github.basking2.sdsai.itrex.iterators.Iterators;
import java.util.*;
/**
*/
public class EvaluationContext {
private EvaluationContext parent;
private Map
© 2015 - 2024 Weber Informatics LLC | Privacy Policy