Interface PipeSupplier<T>

  • Type Parameters:
    T - The type of the items the produced pipes work with

    public interface PipeSupplier<T>
    An interface for pipe creators. The standard Supplier interface isn't good enough, because we want to allow IOException as well as PipeException.
    Author:
    Eyal Schneider