Interface PureIODefer<R,E>

All Superinterfaces:
Defer<PureIO<R,E,?>>
All Known Subinterfaces:
PureIOAsync<R>, PureIOConcurrent<R>, PureIOMonadDefer<R>

interface PureIODefer<R,E> extends Defer<PureIO<R,E,?>>
  • Method Summary

    Modifier and Type
    Method
    Description
    default <A> PureIO<R,E,A>
    defer(Producer<? extends Kind<PureIO<R,E,?>,? extends A>> defer)