Interface FieldOperation

All Superinterfaces:
Comparable<FieldOperation>
All Known Implementing Classes:
IndexingOperation

public interface FieldOperation extends Comparable<FieldOperation>
An operation on a field. Operations has a natural order of execution.
Author:
Einar M R Rosenvinge
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(SDField field)
    Apply this operation on the given field
    default int