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>
    Reads URI contents to String
    Author:
    slavb
    • Method Summary

      • Methods inherited from interface ru.ilb.jfunction.exception.ExceptionalFunction

        apply