ap<C> abstract method

Kind<F, C> ap<C>(
  1. Kind<F, C Function(A)> f
)

Implementation

Kind<F, C> ap<C>(
  final Kind<F, C Function(A)> f,
);