Companion

Functions

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

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

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