- All Implemented Interfaces:
Function<reactor.core.publisher.Flux<String>,reactor.core.publisher.Flux<String>>
public class Exclaimer
extends Object
implements Function<reactor.core.publisher.Flux<String>,reactor.core.publisher.Flux<String>>
- Author:
- Mark Fisher
-
Constructor Summary
Constructors
-
Method Summary
reactor.core.publisher.Flux<String>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Exclaimer
public Exclaimer()
-
Method Details
-
apply
public reactor.core.publisher.Flux<String> apply(reactor.core.publisher.Flux<String> words)
- Specified by:
apply
in interface Function<reactor.core.publisher.Flux<String>,reactor.core.publisher.Flux<String>>