Uses of Class
io.smallrye.graphql.client.typesafe.api.ErrorOr
Packages that use ErrorOr
-
Uses of ErrorOr in io.smallrye.graphql.client.typesafe.api
Subclasses of ErrorOr in io.smallrye.graphql.client.typesafe.apiMethods in io.smallrye.graphql.client.typesafe.api that return ErrorOrModifier and TypeMethodDescription<U> ErrorOr<U> <U> ErrorOr<U> 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