Interface MergeableRunProperty


  • public interface MergeableRunProperty
    Provides a mergeable run property interface.
    • Method Detail

      • canBeMerged

        boolean canBeMerged​(MergeableRunProperty runProperty)
        Checks whether a run property can be merged with another.
        Parameters:
        runProperty - A run property to merge with
        Returns:
        true if a property can be merged false otherwise