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.

@FunctionalInterface public interface IRefresherFactory
The refresher factory that creates IRefresher instances.
  • Method Details

    • createRefresher

      IRefresher createRefresher(Object... objects)
      Creates IRefresher instance.
      Parameters:
      objects - the objects, cannot be null.
      Returns:
      IRefresher instance or null.