FunctionQualifier

data class FunctionQualifier<R>(val function: KFunction<R>) : Qualifier

Qualifier for components that depend on a function. This is mainly for use with fundefs with components of type FundefFunctionWrapper

Parameters

R

The return type of the underlying function

Constructors

Link copied to clipboard
constructor(function: KFunction<R>)

Properties

Link copied to clipboard

The function this qualifier depends on

Functions

Link copied to clipboard
operator fun Qualifier.plus(other: Qualifier): Qualifier

Combines this qualifier with the other.