Package io.smallrye.mutiny.streams.utils
Class Casts
java.lang.Object
io.smallrye.mutiny.streams.utils.Casts
Cosmetic cast / generic / erasure fixes.
At some point this class should disappear...
- Author:
- Clement Escoffier
-
Method Summary
Modifier and TypeMethodDescriptionstatic <I,O> ProcessingStage <I, O> cast(ProcessingStage<?, ?> p) static <O> CompletionStage<O> cast(CompletionStage<?> cs) static <I,O> Function <I, O> static <I> Predicate<I> static <I,O> org.reactivestreams.Processor <I, O> cast(org.reactivestreams.Processor<?, ?> p)
-
Method Details
-
cast
-
cast
-
cast
-
cast
public static <I,O> org.reactivestreams.Processor<I,O> cast(org.reactivestreams.Processor<?, ?> p) -
cast
-