T
- The type this function will return@FunctionalInterface public interface ThrowableFunction0<T>
Function
is that it allows for raising checked exceptions. Try.apply(ThrowableFunction0)
and Future.apply(ThrowableFunction0)
Modifier and Type | Method and Description |
---|---|
T |
apply()
Applies this function returning a result.
|
Copyright © 2015, Peter Nerg Apache License v2.0