Uses of Annotation Type
io.vavr.GwtIncompatible
Packages that use GwtIncompatible
Package
Description
Beside
API the io.vavr package contains core types like (Checked)Functions and Tuples.-
Uses of GwtIncompatible in io.vavr
Classes in io.vavr with annotations of type GwtIncompatibleModifier and TypeClassDescriptionstatic final classAPI.Match<T>Scala-like structural pattern matching for Java.Methods in io.vavr with annotations of type GwtIncompatibleModifier and TypeMethodDescriptionstatic <T> API.Match.Pattern0<T> API.$()Wildcard pattern, matches any value.static <T> API.Match.Pattern0<T> Guard pattern, checks if a predicate is satisfied.static <T> API.Match.Pattern0<T> API.$(T prototype) Value pattern, checks for equality.static <T,R> API.Match.Case <T, R> API.Case(API.Match.Pattern0<T> pattern, Function<? super T, ? extends R> f) static <T,R> API.Match.Case <T, R> API.Case(API.Match.Pattern0<T> pattern, Supplier<? extends R> supplier) static <T,R> API.Match.Case <T, R> API.Case(API.Match.Pattern0<T> pattern, R retVal) static <T,T1, R> API.Match.Case <T, R> API.Case(API.Match.Pattern1<T, T1> pattern, Function<? super T1, ? extends R> f) static <T,T1, R> API.Match.Case <T, R> API.Case(API.Match.Pattern1<T, T1> pattern, Supplier<? extends R> supplier) static <T,T1, R> API.Match.Case <T, R> API.Case(API.Match.Pattern1<T, T1> pattern, R retVal) static <T,T1, T2, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern2<T, T1, T2> pattern, BiFunction<? super T1, ? super T2, ? extends R> f) static <T,T1, T2, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern2<T, T1, T2> pattern, Supplier<? extends R> supplier) static <T,T1, T2, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern2<T, T1, T2> pattern, R retVal) static <T,T1, T2, T3, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern3<T, T1, T2, T3> pattern, Function3<? super T1, ? super T2, ? super T3, ? extends R> f) static <T,T1, T2, T3, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern3<T, T1, T2, T3> pattern, Supplier<? extends R> supplier) static <T,T1, T2, T3, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern3<T, T1, T2, T3> pattern, R retVal) static <T,T1, T2, T3, T4, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern4<T, T1, T2, T3, T4> pattern, Function4<? super T1, ? super T2, ? super T3, ? super T4, ? extends R> f) static <T,T1, T2, T3, T4, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern4<T, T1, T2, T3, T4> pattern, Supplier<? extends R> supplier) static <T,T1, T2, T3, T4, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern4<T, T1, T2, T3, T4> pattern, R retVal) static <T,T1, T2, T3, T4, T5, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern5<T, T1, T2, T3, T4, T5> pattern, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R> f) static <T,T1, T2, T3, T4, T5, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern5<T, T1, T2, T3, T4, T5> pattern, Supplier<? extends R> supplier) static <T,T1, T2, T3, T4, T5, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern5<T, T1, T2, T3, T4, T5> pattern, R retVal) static <T,T1, T2, T3, T4, T5, T6, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern6<T, T1, T2, T3, T4, T5, T6> pattern, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R> f) static <T,T1, T2, T3, T4, T5, T6, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern6<T, T1, T2, T3, T4, T5, T6> pattern, Supplier<? extends R> supplier) static <T,T1, T2, T3, T4, T5, T6, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern6<T, T1, T2, T3, T4, T5, T6> pattern, R retVal) static <T,T1, T2, T3, T4, T5, T6, T7, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern7<T, T1, T2, T3, T4, T5, T6, T7> pattern, Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R> f) static <T,T1, T2, T3, T4, T5, T6, T7, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern7<T, T1, T2, T3, T4, T5, T6, T7> pattern, Supplier<? extends R> supplier) static <T,T1, T2, T3, T4, T5, T6, T7, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern7<T, T1, T2, T3, T4, T5, T6, T7> pattern, R retVal) static <T,T1, T2, T3, T4, T5, T6, T7, T8, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern8<T, T1, T2, T3, T4, T5, T6, T7, T8> pattern, Function8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R> f) static <T,T1, T2, T3, T4, T5, T6, T7, T8, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern8<T, T1, T2, T3, T4, T5, T6, T7, T8> pattern, Supplier<? extends R> supplier) static <T,T1, T2, T3, T4, T5, T6, T7, T8, R>
API.Match.Case<T, R> API.Case(API.Match.Pattern8<T, T1, T2, T3, T4, T5, T6, T7, T8> pattern, R retVal) static <T> Predicate<T> Predicates.instanceOf(Class<? extends T> type) Creates aPredicatethat tests, if an object is instance of the specifiedtype.static <T> API.Match<T> API.Match(T value) Entry point of the match API.default voidValue.out(PrintStream out) Sends the string representations of this to thePrintStream.default voidValue.out(PrintWriter writer) Sends the string representations of this to thePrintWriter.static voidShortcut forSystem.out.printf(format, args).default voidValue.stderr()Sends the string representations of this to the standard error stream System.err.default voidValue.stdout()Sends the string representations of this to the standard output stream System.out.default CompletableFuture<T> Value.toCompletableFuture()Converts this to aCompletableFuturedefault T[]Value.toJavaArray(Class<T> componentType) Deprecated.static <T> Tprivate voidLazy.writeObject(ObjectOutputStream s) Ensures that the value is evaluated before serialization.
Value.toJavaArray(IntFunction)instead