Interface IRefresherFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The refresher factory that creates
IRefresher
instances.-
Method Summary
Modifier and TypeMethodDescriptioncreateRefresher
(Object... objects) CreatesIRefresher
instance.
-
Method Details
-
createRefresher
CreatesIRefresher
instance.- Parameters:
objects
- the objects, cannot benull
.- Returns:
IRefresher
instance ornull
.
-