Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for disableFurtherMutations (0.17 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/FinalizableValue.java

     */
    
    package org.gradle.internal;
    
    /**
     * Mutable value type for which mutation can be disabled at a certain point in time,
     * by calling the {@code disableFurtherMutations()} method.
     * <p>
     * After {@code disableFurtherMutations()} has been called, any subsequent calls to methods that mutate
     * the value in any way will fail by throwing an {@code IllegalStateException}.
     */
    public interface FinalizableValue {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 13 18:48:59 UTC 2022
    - 1.3K bytes
    - Viewed (0)
Back to top