Uses of Interface
com.softwaremill.jox.Source
-
Uses of Source in com.softwaremill.jox
Classes in com.softwaremill.jox that implement SourceModifier and TypeClassDescriptionfinal classChannel<T>Channel is a thread-safe data structure which exposes three basic operations:classCollectSource<V,T> Methods in com.softwaremill.jox that return SourceModifier and TypeMethodDescriptiondefault <V> Source<V> Source.collectAsView(Function<T, V> f) Creates a view of this source, where the results ofreceive()will be transformed using the given functionf.Source.filterAsView(Predicate<T> p) Creates a view of this source, where the results ofreceive()will be filtered using the given predicatep.Constructors in com.softwaremill.jox with parameters of type Source