Package com.github.tonivade.purefun.core
Class MemoizedProducer<T>
java.lang.Object
com.github.tonivade.purefun.core.MemoizedProducer<T>
- All Implemented Interfaces:
Producer<T>,ProducerOf<T>,Recoverable,Kind<Producer<?>,T>
-
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.Producer
andThen, asFunction, flatMap, get, liftEither, liftOption, liftTry, mapMethods inherited from interface com.github.tonivade.purefun.core.Recoverable
sneakyThrow