Uses of Class
software.amazon.awssdk.utils.internal.MappingSubscriber
Packages that use MappingSubscriber
-
Uses of MappingSubscriber in software.amazon.awssdk.utils.internal
Methods in software.amazon.awssdk.utils.internal that return MappingSubscriberModifier and TypeMethodDescriptionstatic <T,U> MappingSubscriber<T, U> MappingSubscriber.create(org.reactivestreams.Subscriber<? super U> subscriber, Function<T, U> mapFunction)