invoke

operator fun <S, T, A, B> invoke(get: (S) -> A, reverseGet: (B) -> T): PIso<S, T, A, B>(source)

Invoke operator overload to create a PIso of type S with target A. Can also be used to construct Iso