Interface ChangeNotifier.ChangeNotification<T>

  • Enclosing interface:
    ChangeNotifier<T>

    public static interface ChangeNotifier.ChangeNotification<T>
    A change event containing the current and previous set of records.
    • Method Detail

      • current

        Set<T> current()
      • previous

        Set<T> previous()