Package ru.ilb.jfunction.resources
Interface URIToBytesFunction
-
- All Superinterfaces:
ru.ilb.jfunction.exception.ExceptionalFunction<URI,byte[],IOException>
- All Known Implementing Classes:
URIToBytesFunctionImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface URIToBytesFunction extends ru.ilb.jfunction.exception.ExceptionalFunction<URI,byte[],IOException>
ReadsURIcontents to String- Author:
- slavb
-
-
Field Summary
Fields Modifier and Type Field Description static URIToBytesFunctionINSTANCEDefault implementation
-
-
-
Field Detail
-
INSTANCE
static final URIToBytesFunction INSTANCE
Default implementation
-
-