- All Superinterfaces:
- Higher1<Higher1<W,T>,V>, Higher2<W,T,V>, Kind, Mappable<Higher1<W,T>,V>
- All Known Subinterfaces:
- Either<L,R>, Free<F,T>, Reader<R,A>, State<S,A>, Validation<E,T>
- All Known Implementing Classes:
- Either.Left, Either.Right, Free.FlatMapped, Free.Pure, Free.Suspend, Validation.Invalid, Validation.Valid, Writer
public interface FlatMap2<W extends Kind,T,V>
extends Higher2<W,T,V>, Mappable<Higher1<W,T>,V>