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

com.aol.cyclops.streams.HasExec Maven / Gradle / Ivy

There is a newer version: 7.3.1
Show newest version
package com.aol.cyclops.streams;

import java.util.concurrent.Executor;

public interface HasExec {
	Executor getExec();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy