Interface Producer<T>

  • Type Parameters:
    T - The type of thing this will produce.
    All Known Implementing Classes:
    ListManager

    public interface Producer<T>
    The type of functions that take no input and produce a value.
    Author:
    Alex Kalderimis
    • Method Detail

      • produce

        T produce()
        Returns:
        A T of some kind.