Interface InexactDataObjectStep<T extends DataObject>

All Superinterfaces:
Comparable<DataObjectStep<?>>, DataObjectStep<T>, Serializable
All Known Implementing Classes:
KeylessStep

public sealed interface InexactDataObjectStep<T extends DataObject> extends DataObjectStep<T> permits KeylessStep<T>
A DataObjectStep which is not exactly specified. Other DataObjectStep steps can be matched against it.
  • Method Details