Uses of Interface
com.github.tonivade.purefun.core.Recoverable
Packages that use Recoverable
Package
Description
-
Uses of Recoverable in com.github.tonivade.purefun.core
Subinterfaces of Recoverable in com.github.tonivade.purefun.coreModifier and TypeInterfaceDescriptioninterfaceThis interface represents aRunnableinstance but it can throws any exception.interfaceConsumer1<A>This interface represents a function that receives a single parameter but it doesn't generate any result.interfaceConsumer2<A,B> This interface represents a function that receives two parameters but it doesn't generate any result.interfaceConsumer3<A,B, C> This interface represents a function that receives three parameters but it doesn't generate any result.interfaceConsumer4<A,B, C, D> This interface represents a function that receives four parameters but it doesn't generate any result.interfaceConsumer5<A,B, C, D, E> This interface represents a function that receives four parameters but it doesn't generate any result.interfaceFunction1<A,R> This interface represents a function with a single parameter.interfaceFunction2<A,B, R> This interface represents a function with a two parameters.interfaceFunction3<A,B, C, R> This interface represents a function with a three parameters.interfaceFunction4<A,B, C, D, R> This interface represents a function with a four parameters.interfaceFunction5<A,B, C, D, E, R> This interface represents a function with a five parameters.interfaceMatcher1<A>interfaceMatcher2<A,B> interfaceMatcher3<A,B, C> interfaceOperator1<T>interfaceOperator2<T>interfaceOperator3<T>interfaceOperator4<T>interfaceOperator5<T>interfaceProducer<T>This interface represents a function without any parameter.Classes in com.github.tonivade.purefun.core that implement RecoverableModifier and TypeClassDescription(package private) final classMemoizedFunction<T,R> (package private) final class -
Uses of Recoverable in com.github.tonivade.purefun.effect
Classes in com.github.tonivade.purefun.effect that implement Recoverable -
Uses of Recoverable in com.github.tonivade.purefun.monad
Subinterfaces of Recoverable in com.github.tonivade.purefun.monadClasses in com.github.tonivade.purefun.monad that implement RecoverableModifier and TypeClassDescription(package private) final classCallStack<T>static final classIO.Async<T>static final classIO.Delay<T>static final classIO.Failure<T>static final classIO.FlatMapped<T,R> static final classIO.Pure<T>static final classIO.Recover<T>static final classIO.Suspend<T> -
Uses of Recoverable in com.github.tonivade.purefun.type
Classes in com.github.tonivade.purefun.type that implement Recoverable