Class TriLeftHandSide<A,​B,​C>

  • Type Parameters:
    A - generic type of the first resulting variable
    B - generic type of the second resulting variable
    C - generic type of the third resulting variable

    public final class TriLeftHandSide<A,​B,​C>
    extends Object
    Represents the left hand side of a Drools rule, the result of which are three variables. For more, see UniLeftHandSide and BiLeftHandSide.