Interface OperationFactory

All Superinterfaces:
Supplier<Operation>

public interface OperationFactory extends Supplier<Operation>
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get