- Type Parameters:
T- generic type of Ref
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional type for initializing a Ref, used by Providers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(Ref<T> ref) Initialize the provided Ref, as well as add handlers for disposal, etc. if required.
-
Method Details
-
initialize
Initialize the provided Ref, as well as add handlers for disposal, etc. if required.- Parameters:
ref- Ref to initialize
-