Interface For<F extends Kind<F,?>>
- All Known Implementing Classes:
For.Apply,For.FlatMap
-
Nested Class Summary
Nested Classes -
Method Summary
Static MethodsModifier and TypeMethodDescriptionwith(Applicative<F> applicative) with(Applicative<F> applicative, Kind<F, ? extends T> value1) static <F extends Kind<F,?>>
For.FlatMap<F>
-
Method Details
-
with
-
with
-
with
-
with
static <F extends Kind<F,?>, Apply1<F,T> T> with(Applicative<F> applicative, Kind<F, ? extends T> value1)
-