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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
provide()
-
-
-
Method Detail
-
provide
T provide() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-