OptionalGetter

fun <S, A> OptionalGetter(getOption: (source: S) -> Option<A>): OptionalGetter<S, A>(source)