Class Java8CompatibleFunnel
- java.lang.Object
-
- org.protelis.lang.interpreter.util.Java8CompatibleFunnel
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Function<java.lang.Object,Either<java.lang.Integer,byte[]>>,HashingFunnel
public final class Java8CompatibleFunnel extends java.lang.Object implements HashingFunnel
Implementation of a Java8-compatible serializable hash function.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Java8CompatibleFunnel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Either<java.lang.Integer,byte[]>apply(java.lang.Object key)
-