public interface Monad<M,A,Self extends HK<M,A,Self>> extends Applicative<M,A,Self>
| Modifier and Type | Method and Description |
|---|---|
<B,NSelf extends HK<M,B,NSelf>> |
flatmap(java.util.function.Function<? super A,HK<M,B,NSelf>> function) |
applyCopyright © 2020. All rights reserved.