Object DomainToolSource.Companion
-
- All Implemented Interfaces:
public class DomainToolSource.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static DomainToolSource.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends Any> DomainToolSource<T>of()Create a domain tool source for the given class. final <T extends Any> DomainToolSource<T>of(Function2<T, AgentProcess, Boolean> predicate)Create a domain tool source with a predicate. -
-
Method Detail
-
of
final <T extends Any> DomainToolSource<T> of()
Create a domain tool source for the given class.
-
of
final <T extends Any> DomainToolSource<T> of(Function2<T, AgentProcess, Boolean> predicate)
Create a domain tool source with a predicate.
-
-
-
-