Uses of Class
io.smallrye.graphql.client.typesafe.api.ErrorOr
-
Packages that use ErrorOr Package Description io.smallrye.graphql.client.typesafe.api -
-
Uses of ErrorOr in io.smallrye.graphql.client.typesafe.api
Methods in io.smallrye.graphql.client.typesafe.api that return ErrorOr Modifier and Type Method Description <U> ErrorOr<U>ErrorOr. flatMap(Function<? super T,ErrorOr<U>> mapper)<U> ErrorOr<U>ErrorOr. map(Function<? super T,? extends U> mapper)static <T> ErrorOr<T>ErrorOr. of(T value)static <T> ErrorOr<T>ErrorOr. ofErrors(List<GraphQLError> errors)Method parameters in io.smallrye.graphql.client.typesafe.api with type arguments of type ErrorOr Modifier and Type Method Description <U> ErrorOr<U>ErrorOr. flatMap(Function<? super T,ErrorOr<U>> mapper)
-