Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasMutableState (0.16 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/model/ModelContainer.java

         */
        void applyToMutableState(Consumer<? super T> action);
    
        /**
         * Returns whether or not the current thread has access to the mutable model.
         */
        boolean hasMutableState();
    
        /**
         * Creates a new container for a value that is calculated from the mutable state of this container, and then reused by multiple threads.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:26:24 UTC 2024
    - 2.3K bytes
    - Viewed (0)
Back to top