P - the type of the callback parameterR - the type of the callback resultpublic interface Callback<P,R>
Callable interface, with the exception that the callback method does not throw any
catching exception. Without this restriction the caller does not have to catch any exception.Copyright © 2018. All rights reserved.