T
- The type of object supplied.E
- The type of exception thrown.@FunctionalInterface public interface Supplier<T,E extends Exception>
Supplier
functional interface which can throw a checked Exception.Modifier and Type | Method and Description |
---|---|
T |
get()
Supply a value.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.