Package com.github.tonivade.purefun.core
Class MemoizedFunction<T,R>
java.lang.Object
com.github.tonivade.purefun.core.MemoizedFunction<T,R>
- All Implemented Interfaces:
Function1<T,,R> Function1Of<T,,R> Recoverable,Kind<Function1<T,?>, R>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.tonivade.purefun.core.Function1
andThen, apply, compose, dimap, flatMap, liftEither, liftFuture, liftId, liftLeft, liftOption, liftOptional, liftRight, liftTry, partial, sequence, streamMethods inherited from interface com.github.tonivade.purefun.core.Recoverable
sneakyThrow