All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.reactfx.collection.SuspendableList Maven / Gradle / Ivy

package org.reactfx.collection;

import org.reactfx.Guard;
import org.reactfx.Suspendable;

@SuppressWarnings("deprecation")
public interface SuspendableList
extends LiveList, Suspendable, org.reactfx.inhibeans.collection.ObservableList {
    @Override @Deprecated
    default Guard block() { return suspend(); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy