com.aol.cyclops.streams.HasStream 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 com.aol.cyclops.sequence.SequenceM;
public interface HasStream {
SequenceM getStream();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy