Package org.jsignal.rx
Interface SkipMemo
- All Known Implementing Classes:
AtomicSignal
,Computed
,Constant
,LazyComputed
,Signal
,SkipMemo.SkipSupplier
public interface SkipMemo
marker interface for skipping memoization
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Supplier
<T> static boolean
shouldSkip
(Object object)
-
Method Details
-
shouldSkip
-
from
-