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
Nested Classes -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T> Supplier<T> static booleanshouldSkip(Object object)
-
Method Details
-
shouldSkip
-
from
-