Ftv1Context

class Ftv1Context : ExecutionContext.Element

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Key : ExecutionContext.Key<Ftv1Context>

Properties

Link copied to clipboard
val apolloOperationTracing: <Error class: unknown class>
Link copied to clipboard
open override val key: Ftv1Context.Key

Functions

Link copied to clipboard
open override fun <R> fold(initial: R, operation: (R, ExecutionContext.Element) -> R): R
Link copied to clipboard
open operator override fun <E : ExecutionContext.Element> get(key: ExecutionContext.Key<E>): E?
Link copied to clipboard
open override fun minusKey(key: ExecutionContext.Key<*>): ExecutionContext
Link copied to clipboard
open operator fun plus(context: ExecutionContext): ExecutionContext