EnhancedLatchNotifier<T> constructor
EnhancedLatchNotifier<T> ()
Creates an instance of EnhancedLatchNotifier with an initial value of null.
Implementation
EnhancedLatchNotifier() : super(null);
Creates an instance of EnhancedLatchNotifier with an initial value of null.
EnhancedLatchNotifier() : super(null);