public class UniOnItemSpy<T> extends UniOperator<T,T>
Modifier and Type | Method and Description |
---|---|
protected void |
incrementInvocationCount() |
long |
invocationCount() |
boolean |
invoked() |
T |
lastItem() |
void |
reset() |
protected void |
subscribing(UniSerializedSubscriber<? super T> downstream) |
String |
toString() |
upstream
and, and, await, cache, convert, emitOn, ifNoItem, memoize, on, onCancellation, onFailure, onFailure, onFailure, onItem, onItemOrFailure, onSubscribe, onTermination, or, repeat, runSubscriptionOn, subscribe, subscribe, toMulti
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
call, call, chain, chain, combine, createFrom, eventually, eventually, flatMap, invoke, invoke, invokeUni, map, plug, replaceWith, replaceWith, replaceWith, replaceWithNull, stage, subscribeAsCompletionStage, subscribeOn, then, then
public T lastItem()
public void reset()
protected void subscribing(UniSerializedSubscriber<? super T> downstream)
subscribing
in class AbstractUni<T>
public String toString()
protected void incrementInvocationCount()
public long invocationCount()
public boolean invoked()
Copyright © 2019–2020 SmallRye. All rights reserved.