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