Package ru.ilb.jfunction.streams
Interface InputStreamToStringFunction
-
- All Superinterfaces:
ExceptionalFunction<InputStream,String,IOException>
- All Known Implementing Classes:
InputStreamToStringFunctionImpl
- 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 InputStreamToStringFunction extends ExceptionalFunction<InputStream,String,IOException>
ReadsInputStreamto String- Author:
- slavb
-
-
Field Summary
Fields Modifier and Type Field Description static InputStreamToStringFunctionINSTANCEDefault implementation
-
Method Summary
-
Methods inherited from interface ru.ilb.jfunction.exception.ExceptionalFunction
apply
-
-
-
-
Field Detail
-
INSTANCE
static final InputStreamToStringFunction INSTANCE
Default implementation
-
-