format method

Method<I, String> format(
  1. String value
)

Implementation

Method<I, String> format(final String value) => map((input) => value.replaceFirst("{}", input.toString()));