Interface TryFunctor

All Superinterfaces:
Functor<Try<?>>, Invariant<Try<?>>

interface TryFunctor extends Functor<Try<?>>
  • Field Summary

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

    Modifier and Type
    Method
    Description
    default <T, R> Kind<Try<?>,R>
    map(Kind<Try<?>,? extends T> value, Function1<? super T,? extends R> mapper)
     

    Methods inherited from interface com.github.tonivade.purefun.typeclasses.Functor

    imap, lift
  • Field Details

  • Method Details