Interface UniConstraintStream<A>

Type Parameters:
A - the type of the first and only fact in the tuple.
All Superinterfaces:
ConstraintStream
All Known Subinterfaces:
InnerUniConstraintStream<A>
All Known Implementing Classes:
BavetAbstractUniConstraintStream, BavetAftBridgeUniConstraintStream, BavetForEachUniConstraintStream, BavetForeBridgeUniConstraintStream, BavetUniConcatUniConstraintStream

public interface UniConstraintStream<A> extends ConstraintStream
A ConstraintStream that matches one fact.
See Also: