Interface CollectionSupplier<OUT>

  • Type Parameters:
    OUT - The type of the output.

    @PublicEvolving
    public interface CollectionSupplier<OUT>
    Supplies a collection of output. Used in ResultFuture to provide a supplier for results.