Interface EitherKInjectKLeft<F extends Kind<F,?>,G extends Kind<G,?>>

All Superinterfaces:
InjectK<F,EitherK<F,G,?>>

interface EitherKInjectKLeft<F extends Kind<F,?>,G extends Kind<G,?>> extends InjectK<F,EitherK<F,G,?>>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final EitherKInjectKLeft
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default <T> EitherK<F,G,T>
    inject(Kind<F,? extends T> value)