Class PublisherTransformers.IdentityTransformer<I>

java.lang.Object
org.infinispan.reactive.publisher.PublisherTransformers.IdentityTransformer<I>
All Implemented Interfaces:
Function<org.reactivestreams.Publisher<I>, org.reactivestreams.Publisher<I>>
Enclosing class:
PublisherTransformers

@ProtoTypeId(1146) public static final class PublisherTransformers.IdentityTransformer<I> extends Object implements Function<org.reactivestreams.Publisher<I>, org.reactivestreams.Publisher<I>>
Since:
11.0
Author:
wburns
  • Constructor Details

    • IdentityTransformer

      public IdentityTransformer()
  • Method Details

    • apply

      public org.reactivestreams.Publisher<I> apply(org.reactivestreams.Publisher<I> publisher)
      Specified by:
      apply in interface Function<org.reactivestreams.Publisher<I>, org.reactivestreams.Publisher<I>>