-
- Type Parameters:
T
- The type to supply
- 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 ReflexiveSupplier<T>
A simple supplier that throwsReflectiveOperationException
.- Since:
- April 25, 2019
-
-
Method Detail
-
get
T get() throws java.lang.ReflectiveOperationException
- Throws:
java.lang.ReflectiveOperationException
-
-