All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.protelis.lang.interpreter.util.HashingFunnel Maven / Gradle / Ivy

There is a newer version: 17.6.0
Show newest version
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>, Serializable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy