Class BufferSpecification.EndStreamMatcher<T,U>
- java.lang.Object
-
- org.streamingpool.core.service.streamid.BufferSpecification.EndStreamMatcher<T,U>
-
- Enclosing class:
- BufferSpecification
public static class BufferSpecification.EndStreamMatcher<T,U> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EndStreamMatcher(StreamId<U> endStreamId, java.util.function.BiPredicate<T,U> matching)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <U> BufferSpecification.EndStreamMatcher<?,U>endingOnEquals(StreamId<U> endStreamId)static <U> BufferSpecification.EndStreamMatcher<?,U>endingOnEvery(StreamId<U> endStreamId)static <T,U>
BufferSpecification.EndStreamMatcher<T,U>endingOnMatch(StreamId<U> endStreamId, java.util.function.BiPredicate<T,U> matching)StreamId<U>endStreamId()java.util.function.BiPredicate<T,U>matching()
-
-
-
Method Detail
-
endingOnMatch
public static final <T,U> BufferSpecification.EndStreamMatcher<T,U> endingOnMatch(StreamId<U> endStreamId, java.util.function.BiPredicate<T,U> matching)
-
endingOnEvery
public static final <U> BufferSpecification.EndStreamMatcher<?,U> endingOnEvery(StreamId<U> endStreamId)
-
endingOnEquals
public static final <U> BufferSpecification.EndStreamMatcher<?,U> endingOnEquals(StreamId<U> endStreamId)
-
-