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

io.paradoxical.cassieq.model.time.QueryableScheduledFuture Maven / Gradle / Ivy

package io.paradoxical.cassieq.model.time;

import lombok.experimental.Delegate;

import java.util.concurrent.ScheduledFuture;

public interface QueryableScheduledFuture extends ScheduledFuture {
    boolean isReady();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy