AndThen<A, B> constructor

AndThen<A, B>(
  1. Stackless<A> sub,
  2. Stackless<B> k(
    1. A
    )
)

Implementation

AndThen(this.sub, this.k);