Companion

object Companion

Functions

Link copied to clipboard
inline fun <T : Any> of(): DomainToolSource<T>

Create a domain tool source for the given class.

inline fun <T : Any> of(noinline predicate: (T, AgentProcess?) -> Boolean): DomainToolSource<T>

Create a domain tool source with a predicate.