Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for illegalState (0.08 sec)

  1. platforms/core-configuration/flow-services/src/main/kotlin/org/gradle/internal/flow/services/BuildFlowScope.kt

            open fun add(registeredFlowAction: RegisteredFlowAction): Unit = illegalState()
    
            open fun store(): Pair<Any, State> = illegalState()
    
            open fun load(memento: Any): State {
                return Loaded(memento.uncheckedCast())
            }
    
            protected
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:59:39 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top