Interface ActionSupplier<T extends PerformsActions<?>>

  • All Superinterfaces:
    java.util.function.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 java.util.function.Supplier<T>
    Deprecated.
    Use Supplier instead
    Represents a supplier of actions.
    • Method Summary

      • Methods inherited from interface java.util.function.Supplier

        get