Interface BiConstraintStream<A,B>

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

public interface BiConstraintStream<A,B> extends ConstraintStream
A ConstraintStream that matches two facts.
See Also: