Interface EnumFactory

All Superinterfaces:
Supplier<Enum>

public interface EnumFactory extends Supplier<Enum>
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get