I
- The type of Image
public class ImageFromURL<I extends Image<?,I>> extends Object implements MultiFunction<URL,I>
Stream
to convert from URLs to Image
s.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
MBFImage s |
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
MBFImage
spublic ImageFromURL(ObjectReader<I,InputStream> reader)
reader
- public List<I> apply(URL in)
MultiFunction