DATATYPE - The return type of the call.EXTYPE - Exception type to be thrown@FunctionalInterface public interface IThrowingCallable<DATATYPE,EXTYPE extends Exception> extends Callable<DATATYPE>
Callable interface but
following our naming conventions.| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
call() |
Copyright © 2014–2016 Philip Helger. All rights reserved.