public class Casts extends Object
At some point this class should disappear...
Modifier and Type | Method and Description |
---|---|
static <O> CompletionStage<O> |
cast(CompletionStage<?> cs) |
static <I,O> Function<I,O> |
cast(Function<?,?> fun) |
static <I> Predicate<I> |
cast(Predicate<?> p) |
static <I,O> ProcessingStage<I,O> |
cast(ProcessingStage<?,?> p) |
static <I,O> org.reactivestreams.Processor<I,O> |
cast(org.reactivestreams.Processor<?,?> p) |
public static <I,O> ProcessingStage<I,O> cast(ProcessingStage<?,?> p)
public static <I,O> org.reactivestreams.Processor<I,O> cast(org.reactivestreams.Processor<?,?> p)
public static <O> CompletionStage<O> cast(CompletionStage<?> cs)
Copyright © 2018–2019 SmallRye. All rights reserved.