invoke

operator fun <S, T, A, B> invoke(getOrModify: (S) -> Either<T, A>, set: (S, B) -> T): POptional<S, T, A, B>

Invoke operator overload to create a POptional of type S with focus A. Can also be used to construct Optional