predicate

@JvmName(name = "ykkbbkcnhbeocftc")
suspend fun predicate(value: Output<ComponentPredicateArgs>)
@JvmName(name = "paslraibltkqdwnk")
suspend fun predicate(value: ComponentPredicateArgs?)

Parameters

value

Represents the conditional logic to use when binding data to a component. Use this property to retrieve only a subset of the data in a collection.


@JvmName(name = "ccsxsitnwisqcsee")
suspend fun predicate(argument: suspend ComponentPredicateArgsBuilder.() -> Unit)

Parameters

argument

Represents the conditional logic to use when binding data to a component. Use this property to retrieve only a subset of the data in a collection.