evaluate

fun BooleanExpression<BTerm>.evaluate(variables: Set<String>?, typename: String?, deferredFragmentIdentifiers: Set<DeferredFragmentIdentifier>?, path: List<Any>?): Boolean


@ApolloDeprecatedSince(version = ApolloDeprecatedSince.Version.v4_0_0)
fun <T : Any> BooleanExpression<T>.evaluate(block: (T) -> Boolean): Boolean

Deprecated (with error)

This was only used in internal API and shouldn't have been part of the public API. If you needed this, please open an issue.