Package io.objectbox

Interface Factory<T>


  • @Experimental
    public interface Factory<T>
    Generic Factory that provides a resource on demand (if and when it is required).
    • Method Detail

      • provide

        T provide()
           throws java.lang.Exception
        Throws:
        java.lang.Exception