EMethod<I, O> extension

on

Methods

also(Consumer<I> tap) Method<I, O>

Available on Method<I, O>, provided by the EMethod extension

compose<U>(Method<U, I> composer) Method<U, O>

Available on Method<I, O>, provided by the EMethod extension

format(String value) Method<I, String>

Available on Method<I, O>, provided by the EMethod extension

map<O2>(Method<O, O2> mapper) Method<I, O2>

Available on Method<I, O>, provided by the EMethod extension