or method

Decoder<A> or(
  1. Decoder<A> d
)

Implementation

Decoder<A> or(Decoder<A> d) => OrDecoder(this, d);