com.aol.cyclops.streams.HasExec Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cyclops-streams Show documentation
Show all versions of cyclops-streams Show documentation
Sequential Streams and Stream Utilities for Java 8
package com.aol.cyclops.streams;
import java.util.concurrent.Executor;
public interface HasExec {
Executor getExec();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy