val<O2> method

Val<I, O2> val<O2>(
  1. O2 x
)

Implementation

Val<I, O2> val<O2>(O2 x) => Val(this, x);