Interface SomeDifference

All Superinterfaces:
Difference
All Known Implementing Classes:
MultipleDifferences, NodeMissing, PrimitiveDifference, UnexpectedNode

public sealed interface SomeDifference extends Difference permits MultipleDifferences, UnexpectedNode, NodeMissing, PrimitiveDifference
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface io.vena.bosk.drivers.mongo.status.Difference

    withPrefix
  • Method Details