org.reactfx.value.ProperVal Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reactfx Show documentation
Show all versions of reactfx Show documentation
Reactive event streams for JavaFX
The newest version!
package org.reactfx.value;
import java.util.function.Consumer;
import org.reactfx.ProperObservable;
import org.reactfx.util.NotificationAccumulator;
public interface ProperVal
extends Val, ProperObservable, T> {
@Override
default NotificationAccumulator, T, ?> defaultNotificationAccumulator() {
return NotificationAccumulator.retainOldestValNotifications();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy