DATATYPE - The return type of the call.Supplier instead@Deprecated @FunctionalInterface public interface INonThrowingCallable<DATATYPE> extends IThrowingCallable<DATATYPE,Exception>
Callable interface but not throwing an
exception!| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
call()
Deprecated.
The call back method to be called.
|
DATATYPE call()
call in interface IThrowingCallable<DATATYPE,Exception>null or non- null
depending on the implementation.Copyright © 2014–2016 Philip Helger. All rights reserved.