invoke

operator fun <S, T, A> invoke(getOrModify: (source: S) -> Either<T, A>): POptionalGetter<S, T, A>(source)

Invoke operator overload to create an OptionalGetter of type S with focus A.