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