NullableFunctionInfoCapable

Interface for entities that may have associated function information.

This interface provides optional access to function metadata, allowing entities to be linked to specific functions in the messaging system. The nullable nature indicates that the association may not always be present.

Parameters

FUN

The type of function info, constrained to NamedFunctionInfo

Inheritors

Properties

Link copied to clipboard
abstract val function: FUN?

The associated function information, or null if not available.