Returns a composed Call that calls this Supplier and applies the result to consumer.
consumer
Call pipe(Consumer<T> consumer) => () => consumer(this());