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

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

package com.github.thorbenkuck.network.stream;

public interface DataStream extends EventStream {

	void push(T t);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy