Interface DidRemoveIndex<V>

All Superinterfaces:
Preemptive
All Known Implementing Classes:
GuestDidRemoveIndex
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DidRemoveIndex<V> extends Preemptive
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    didRemove(int index, V oldValue)
     

    Methods inherited from interface swim.concurrent.Preemptive

    isPreemptive
  • Method Details

    • didRemove

      void didRemove(int index, V oldValue)