FunctionInfoCapable

Interface for entities that must have associated function information.

This interface extends NullableFunctionInfoCapable to guarantee that function information is always available. Entities implementing this interface are guaranteed to have valid function metadata for processing.

Parameters

FUN

The type of function info, constrained to NamedFunctionInfo

Properties

Link copied to clipboard
abstract override val function: FUN

The associated function information, guaranteed to be non-null.