Interface CheckedSupplier<R,E extends Exception>
-
- All Superinterfaces:
Supplier<R>
- All Known Subinterfaces:
CheckedEolSupplier<R>
- All Known Implementing Classes:
ConstraintAtom
,ConstraintContextAtom
,EclRunConfiguration
,EglRunConfiguration
,EgxRunConfiguration
,EmlRunConfiguration
,EolRunConfiguration
,EplRunConfiguration
,ErlRunConfiguration
,EtlRunConfiguration
,EvlAtom
,EvlRunConfiguration
,EwlRunConfiguration
,ExecutableRuleAtom
,GenerationRuleAtom
,ProfilableRunConfiguration
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface CheckedSupplier<R,E extends Exception> extends Supplier<R>
- Since:
- 1.6
- Author:
- Sina Madani
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default R
get()
R
getThrows()
-