public class TransformPublisher<T,R> extends Object implements SdkPublisher<R>
Modifier and Type | Method and Description |
---|---|
static <T,R> TransformPublisher<T,R> |
of(SdkPublisher<T> publisher,
Function<T,R> transformFunction) |
void |
subscribe(org.reactivestreams.Subscriber<? super R> subscriber) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
adapt, buffer, filter, filter, flatMapIterable, limit, map, subscribe
public static <T,R> TransformPublisher<T,R> of(SdkPublisher<T> publisher, Function<T,R> transformFunction)
Copyright © 2020. All rights reserved.