I - The type of Imagepublic class ImageFromURL<I extends Image<?,I>> extends Object implements MultiFunction<URL,I>
Stream to convert from URLs to Images.| Modifier and Type | Field and Description |
|---|---|
static ImageFromURL<FImage> |
FIMAGE_EXTRACTOR
Static instance of the
ImageFromURL for extracting FImage
s |
static ImageFromURL<MBFImage> |
MBFIMAGE_EXTRACTOR
Static instance of the
ImageFromURL for extracting
MBFImages |
| Constructor and Description |
|---|
ImageFromURL(ObjectReader<I,InputStream> reader)
Construct with the given image reader.
|
| Modifier and Type | Method and Description |
|---|---|
List<I> |
apply(URL in)
Apply the function to the input argument and return the result(s).
|
public static ImageFromURL<FImage> FIMAGE_EXTRACTOR
ImageFromURL for extracting FImage
spublic static ImageFromURL<MBFImage> MBFIMAGE_EXTRACTOR
ImageFromURL for extracting
MBFImagespublic ImageFromURL(ObjectReader<I,InputStream> reader)
reader - public List<I> apply(URL in)
MultiFunction