Package 

Class Provider.Generator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Function0<T> generator
    • Constructor Summary

      Constructors 
      Constructor Description
      Provider.Generator(Function0<T> generator)
    • Method Summary

      Modifier and Type Method Description
      final Function0<T> getGenerator()
      T provide()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Provider.Generator

        Provider.Generator(Function0<T> generator)