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