Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Class ObjectView<T>Abstract

    A base class for all the lazy views.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    descriptors: DescriptorRecord<T>
    materializedConstructor: ClassConstructor<T>

    Methods

    • Create a concrete instance of T by decoding all of the remaining fields that are not yet there in the cache.

      Returns T