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