Object AllCandidateUIDesigner.Companion

    • Constructor Detail

    • Method Detail

      • bake

         final static AllCandidateUIDesigner.Baked bake(AllCandidateUIDesigner $self, AllCandidateUIDesigner.Context context)

        Bakes this designer's values with the given context into an immutable Baked instance.

        Executed in an asynchronous context internally; if values cannot be produced within 50 milliseconds, the default values are used instead.

        // Kotlin
        val baked = designer.bake(context)
        // Java
        Baked baked = AllCandidateUIDesigner.bake(designer, context);
        Parameters:
        context - Context used to resolve designer values
        Returns:

        Baked Immutable snapshot of the resolved designer values

        Since:

        5.2.0