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() |
upstreamand, and, await, cache, convert, emitOn, ifNoItem, memoize, on, onCancellation, onFailure, onFailure, onFailure, onItem, onItemOrFailure, onSubscribe, onTermination, or, repeat, runSubscriptionOn, subscribe, subscribe, toMulticlone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcall, call, chain, chain, combine, createFrom, eventually, eventually, flatMap, invoke, invoke, invokeUni, map, plug, replaceWith, replaceWith, replaceWith, replaceWithNull, stage, subscribeAsCompletionStage, subscribeOn, then, thenpublic 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.