Package fj
Class P1.ReferenceMemo<A>
- java.lang.Object
-
- fj.P1<A>
-
- fj.P1.ReferenceMemo<A>
-
- All Implemented Interfaces:
F0<A>
,java.util.function.Supplier<A>
- Direct Known Subclasses:
P1.SoftReferenceMemo
,P1.WeakReferenceMemo
abstract static class P1.ReferenceMemo<A> extends P1<A>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fj.P1
P1.Memo<A>, P1.ReferenceMemo<A>, P1.SoftReferenceMemo<A>, P1.WeakReferenceMemo<A>
-
-
Constructor Summary
Constructors Constructor Description ReferenceMemo(F0<A> fa)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description A
_1()
Access the first element of the product.private A
computeValue()
(package private) abstract <B> java.lang.ref.Reference<B>
newReference(B ref)
-
Methods inherited from class fj.P1
__1, apply, bind, bind, bind, constant, curry, equals, f, hardMemo, hashCode, join, liftM2, liftM2, map, map_, memo, sequence, sequence, sequence, sequence, sequenceList, softMemo, toString, traverseEither, traverseList, traverseOption, traverseStream, traverseValidation, weakMemo
-
-