InspectableModifier.End

Added in 1.1.0
Deprecated in 1.8.0

Summary

Public constructors

End()

This function is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn

Inherited functions

From androidx.compose.ui.Modifier
open infix Modifier
then(other: Modifier)

This function is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn
From androidx.compose.ui.Modifier.Element
open Boolean
all(predicate: (Modifier.Element) -> Boolean)

This function is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn
open Boolean
any(predicate: (Modifier.Element) -> Boolean)

This function is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn
open R
<R : Any?> foldIn(initial: R, operation: (Modifier.Element, R) -> R)

This function is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn
open R
<R : Any?> foldOut(initial: R, operation: (Modifier.Element, R) -> R)

This function is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn

Public constructors

End

End()