org.protelis.lang.interpreter.util.HashingFunnel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protelis-interpreter Show documentation
Show all versions of protelis-interpreter Show documentation
The Protelis language interpreter
package org.protelis.lang.interpreter.util;
import org.protelis.lang.datatype.Either;
import java.io.Serializable;
import java.util.function.Function;
/**
* Serializable function that can return either an {@link Integer} or a byte[].
*/
@FunctionalInterface
public interface HashingFunnel extends Function