Interface TypeMixin<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:
CommentHistoryRecord, RegistrationRecord, UserRecord

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

    Modifier and Type Method Description
    default java.lang.String getType()  
    default T type​(java.lang.String text)  

    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, getLastModified, getLong, getRec, getSafeString, getSequence, getString, getValue, internal_incSequence, internal_setLastModified, internal_updateLastModified, key, merge, put, rec, recarr, reduced
  • Method Details

    • getType

      default java.lang.String getType()
    • type

      default T type​(java.lang.String text)