Interface IOCallable<T>

  • All Superinterfaces:
    java.util.concurrent.Callable<T>
    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 IOCallable<T>
    extends java.util.concurrent.Callable<T>
    • Method Detail

      • call

        T call()
        throws java.io.IOException
        Specified by:
        call in interface java.util.concurrent.Callable<T>
        Throws:
        java.io.IOException