- All Superinterfaces:
- java.util.function.Function<java.lang.Object,Either<java.lang.Integer,byte[]>>, java.io.Serializable
- All Known Implementing Classes:
- Java8CompatibleFunnel
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface HashingFunnel
extends java.util.function.Function<java.lang.Object,Either<java.lang.Integer,byte[]>>, java.io.Serializable
Serializable function that can return either an Integer or a byte[].