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.Serializable
    Serializable supplier, because Java 8 lambdas are not.
    • Method Summary

      • Methods inherited from interface java.util.function.Supplier

        get