value<I, O> static method

Method<I, O> value<I, O>(
  1. O value
)

Implementation

static Method<I, O> value<I, O>(final O value) => (_) => value;