| 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  | ImageSiteURLExtractorThis 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  | SiteSpecificURLExtractorThis class implements a function that will given an input URL outputs a list
 of URLs based on applying a list of  SiteSpecificConsumers to the
 input. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TwitterURLExtractorThis class implements a function that processes Twitter  Statusobjects 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) |