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

com.github.thorbenkuck.network.stream.SubscriptionReference Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.network.stream;

public interface SubscriptionReference {

	boolean contains(T object);

	void remove(T t);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy