Interface CheckedCallable<T>

All Superinterfaces:
Callable<T>

public interface CheckedCallable<T> extends Callable<T>
an extension of Callable which wraps all exceptions in runtime exceptions so that expressions throwing checked exceptions can be nicely used in the Stream API
  • Method Summary

    Modifier and Type
    Method
    Description
    default T