as<B> method

Decoder<B> as<B>(
  1. B b
)

Implementation

Decoder<B> as<B>(B b) => map((_) => b);