of<A> static method

IOBuilder<A> of<A>(
  1. A a
)

Implementation

static IOBuilder<A> of<A>(A a) => IOBuilder(() => a);