| Package | Description |
|---|---|
| org.apache.aries.component.dsl | |
| org.apache.aries.component.dsl.internal |
| Modifier and Type | Method and Description |
|---|---|
default Publisher<? extends T> |
Transformer.apply(Publisher<? super R> pipe) |
Publisher<T> |
Transformer.transform(Publisher<? super R> pipe) |
| Modifier and Type | Method and Description |
|---|---|
default Publisher<? extends T> |
Transformer.apply(Publisher<? super R> pipe) |
OSGiResult |
OSGiRunnable.run(org.osgi.framework.BundleContext bundleContext,
Publisher<? super T> andThen) |
Publisher<T> |
Transformer.transform(Publisher<? super R> pipe) |
| Modifier and Type | Class and Description |
|---|---|
class |
OnlyLastPublisher<T> |
class |
Pad<T,S> |
| Modifier and Type | Method and Description |
|---|---|
Publisher<? super T> |
ProbeImpl.getPublisher() |
| Modifier and Type | Method and Description |
|---|---|
OSGiResult |
OSGiImpl.run(org.osgi.framework.BundleContext bundleContext,
Publisher<? super T> op) |
| Constructor and Description |
|---|
OnlyLastPublisher(Publisher<? super T> op) |
OnlyLastPublisher(Publisher<? super T> op,
Supplier<T> injectOnLeave) |
Pad(org.osgi.framework.BundleContext bundleContext,
Function<OSGi<T>,OSGi<S>> fun,
Publisher<? super S> continuation) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.