Package org.protelis.vm.impl
Interface HashingCodePathFactory.HasherSupplier
-
- All Superinterfaces:
java.io.Serializable,java.util.function.Supplier<com.google.common.hash.Hasher>
- Enclosing class:
- HashingCodePathFactory
- 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 static interface HashingCodePathFactory.HasherSupplier extends java.util.function.Supplier<com.google.common.hash.Hasher>, java.io.SerializableSerializable supplier, because Java 8 lambdas are not.