Package ru.ilb.jfunction.resources
Interface URLToBytesFunction
-
- All Superinterfaces:
ru.ilb.jfunction.exception.ExceptionalFunction<URL,byte[],IOException>
- All Known Implementing Classes:
URLToBytesFunctionImpl
- 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 URLToBytesFunction extends ru.ilb.jfunction.exception.ExceptionalFunction<URL,byte[],IOException>
ReadsURLcontents to String- Author:
- slavb
-
-
Field Summary
Fields Modifier and Type Field Description static URLToBytesFunctionINSTANCEDefault implementation
-
-
-
Field Detail
-
INSTANCE
static final URLToBytesFunction INSTANCE
Default implementation
-
-