EMethod<I, O> extension

on

Methods

also(Consumer<I> tap) Method<I, O>
compose<U>(Method<U, I> composer) Method<U, O>
format(String value) Method<I, String>
map<O2>(Method<O, O2> mapper) Method<I, O2>