public class OnlyLastPublisher<T> extends Object implements Publisher<T>
OnlyLastPublisher(Publisher<? super T> op)
OnlyLastPublisher(Publisher<? super T> op, Supplier<T> injectOnLeave)
OSGiResult
publish(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
andThen, compose, identity
public OnlyLastPublisher(Publisher<? super T> op)
public OnlyLastPublisher(Publisher<? super T> op, Supplier<T> injectOnLeave)
public OSGiResult publish(T t)
publish
Publisher<T>
Copyright © 2019 The Apache Software Foundation. All rights reserved.