Package | Description |
---|---|
org.openimaj.stream.functions | |
org.openimaj.stream.functions.twitter | |
org.openimaj.util.stream |
Modifier and Type | Class and Description |
---|---|
class |
ImageFromURL<I extends Image<?,I>>
This class implements a function that can read images from URLs.
|
class |
ImageSiteURLExtractor
This class implements a function that will given an input URL outputs a list
of URLs to the possible images related to the input URL.
|
class |
SiteSpecificURLExtractor
This class implements a function that will given an input URL outputs a list
of URLs based on applying a list of
SiteSpecificConsumer s to the
input. |
Modifier and Type | Class and Description |
---|---|
class |
TwitterURLExtractor
This class implements a function that processes Twitter
Status
objects to extract all the mentioned URLs. |
Modifier and Type | Method and Description |
---|---|
<R> Stream<R> |
Stream.map(MultiFunction<T,R> mapper)
Transform the stream by creating a new stream that transforms the items
in this stream with the given
Function . |
<R> Stream<R> |
AbstractStream.map(MultiFunction<T,R> mapper) |