passthrough<I extends O, O> static method

O passthrough<I extends O, O>(
  1. I value
)

Implementation

static O passthrough<I extends O, O>(final I value) => value;