All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.slack.circuit.retained.RetainedValueProvider.kt Maven / Gradle / Ivy

There is a newer version: 0.25.0
Show newest version
// Copyright (C) 2023 Slack Technologies, LLC
// SPDX-License-Identifier: Apache-2.0
package com.slack.circuit.retained

/**
 * Provides a retained value to a [RetainedStateRegistry].
 *
 * Only defined as a top-level interface to allow non-JS targets to extend `() -> Any?`.
 */
public expect fun interface RetainedValueProvider {
  public fun invoke(): Any?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy