🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

GlanceModifier.Element

A single element contained within a GlanceModifier chain.

Source set: Android
public interface Element : GlanceModifier

A single element contained within a GlanceModifier chain.

Functions

foldIn

Source set: Android
override fun <R> foldIn(initial: R, operation: (R, Element) -> R): R

foldOut

Source set: Android
override fun <R> foldOut(initial: R, operation: (Element, R) -> R): R

any

Source set: Android
override fun any(predicate: (Element) -> Boolean): Boolean

all

Source set: Android
override fun all(predicate: (Element) -> Boolean): Boolean