Interface SkipMemo

All Known Implementing Classes:
AtomicSignal, Computed, Constant, LazyComputed, Signal, SkipMemo.SkipSupplier

public interface SkipMemo
marker interface for skipping memoization
  • Method Details

    • shouldSkip

      static boolean shouldSkip(Object object)
    • from

      static <T> Supplier<T> from(Supplier<T> supplier)