com.aol.cyclops.javaslang.Collectors Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cyclops-javaslang Show documentation
Show all versions of cyclops-javaslang Show documentation
Converters and Comprehenders for Javaslang
package com.aol.cyclops.javaslang;
import java.util.ArrayList;
import java.util.stream.Collector;
import javaslang.collection.List;
/**
* Created by johnmcclean on 4/8/15.
*/
public class Collectors {
public static Collector, List> toList() {
return javaslang.collection.List.collector();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy