Interface Unchecked.SneakyCallable<T>

  • All Superinterfaces:
    java.util.concurrent.Callable<T>
    Enclosing class:
    Unchecked

    public static interface Unchecked.SneakyCallable<T>
    extends java.util.concurrent.Callable<T>
    • Method Detail

      • call

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