Interface ActionSupplier<T extends PerformsActions<?>>

All Superinterfaces:
Supplier<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public interface ActionSupplier<T extends PerformsActions<?>> extends Supplier<T>
Deprecated.
Use Supplier instead
Represents a supplier of actions.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get