Class ModificationResult<T>


  • public class ModificationResult<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ModificationResult​(T result, boolean newCreated)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getResult()  
      boolean isNewCreated()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModificationResult

        public ModificationResult​(T result,
                                  boolean newCreated)
    • Method Detail

      • isNewCreated

        public boolean isNewCreated()
      • getResult

        public T getResult()