using<I, O> static method

Method<I, O> using<I, O>(
  1. Supplier<O> reference
)

Implementation

static Method<I, O> using<I, O>(final Supplier<O> reference) => (_) => reference();