Interface LastModifiedMixin<T extends org.nustaq.reallive.records.RecordWrapper>

All Superinterfaces:
org.nustaq.reallive.query.EvalContext, org.nustaq.reallive.api.Record, java.io.Serializable
All Known Implementing Classes:
CommentRecord

public interface LastModifiedMixin<T extends org.nustaq.reallive.records.RecordWrapper>
extends org.nustaq.reallive.api.Record
  • Method Summary

    Modifier and Type Method Description
    default long getLastModified()  
    default T lastModified​(long creation)  

    Methods inherited from interface org.nustaq.reallive.query.EvalContext

    get

    Methods inherited from interface org.nustaq.reallive.api.Record

    arr, asMap, asString, copied, getBool, getDouble, getFields, getInt, getKey, getKeyVals, getLong, getRec, getSafeString, getSequence, getString, getValue, internal_incSequence, internal_setLastModified, internal_updateLastModified, key, merge, put, rec, recarr, reduced
  • Method Details

    • getLastModified

      default long getLastModified()
      Specified by:
      getLastModified in interface org.nustaq.reallive.api.Record
    • lastModified

      default T lastModified​(long creation)