Interface TriConstraintStream<A,B,C>

Type Parameters:
A - the type of the first fact in the tuple.
B - the type of the second fact in the tuple.
C - the type of the third fact in the tuple.
All Superinterfaces:
ConstraintStream

public interface TriConstraintStream<A,B,C> extends ConstraintStream
A ConstraintStream that matches three facts.
See Also: