Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withNoValue (0.11 sec)

  1. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/ProviderTestUtil.java

    import javax.annotation.Nullable;
    import java.util.Arrays;
    import java.util.Iterator;
    import java.util.List;
    
    @SuppressWarnings("unchecked")
    public class ProviderTestUtil {
        public static <T> ProviderInternal<T> withNoValue() {
            return Providers.notDefined();
        }
    
        public static <T> ProviderInternal<T> withValues(T... values) {
            assert values.length > 0;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 21 05:02:13 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top