of method

FocusedLens<S, T> of(
  1. S s
)

Focus this lens on a specific instance of S

Implementation

FocusedLens<S, T> of(S s) => FocusedLens<S, T>._(s, this);