Interface DomainToolPredicate

  • All Implemented Interfaces:
    java.util.function.BiPredicate

    @FunctionalInterface() 
    public interface DomainToolPredicate<T extends Object>
     implements BiPredicate<T, AgentProcess>
                        

    Predicate for filtering domain tool candidates.

    This functional interface allows you to control whether a domain object should contribute its @LlmTool methods based on the object and current agent process.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean test(T artifact, AgentProcess agentProcess)
      • Methods inherited from class java.util.function.BiPredicate

        and, negate, or
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait