Companion

Functions

Link copied to clipboard
fun <S> codiagonal(): Getter<Either<S, S>, S>

Getter that takes either S or S and strips the choice of S.

Link copied to clipboard
fun <S> id(): Getter<S, S>