Interface Semigroupal<F extends Kind<F,?>>

All Known Subinterfaces:
OptionSemigroupal

public interface Semigroupal<F extends Kind<F,?>>
  • Method Summary

    Modifier and Type
    Method
    Description
    <A, B> Kind<F,Tuple2<A,B>>
    product(Kind<F,? extends A> fa, Kind<F,? extends B> fb)
     
  • Method Details