com.github.basking2.sdsai.itrex.functions.LastFunction 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.Iterator;
/**
* Evaluate all arguments, but only return the value of the last element.
*/
public class LastFunction implements FunctionInterface
© 2015 - 2024 Weber Informatics LLC | Privacy Policy