Module NewOCR

Interface ReflexiveSupplier<T>

  • 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 throws ReflectiveOperationException.
    Since:
    April 25, 2019
    • Method Summary

      Modifier and Type Method Description
      T get()  
    • Method Detail

      • get

        T get()
        throws java.lang.ReflectiveOperationException
        Throws:
        java.lang.ReflectiveOperationException