You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
<!DOCTYPE html>
< html xmlns = "http://www.w3.org/1999/xhtml" > < head > < title > Nullsafe__ThirdPartyMethod (infer.Nullsafe__ThirdPartyMethod)< / title > < link rel = "stylesheet" href = "../../odoc.css" / > < meta charset = "utf-8" / > < meta name = "generator" content = "odoc 1.5.2" / > < meta name = "viewport" content = "width=device-width,initial-scale=1.0" / > < script src = "../../highlight.pack.js" > < / script > < script > hljs . initHighlightingOnLoad ( ) ; < / script > < / head > < body > < div class = "content" > < header > < nav > < a href = "../index.html" > Up< / a > – < a href = "../index.html" > infer< / a > » Nullsafe__ThirdPartyMethod< / nav > < h1 > Module < code > Nullsafe__ThirdPartyMethod< / code > < / h1 > < p > A helper module responsible for representing nullability information for a single 3rd party method, as well with functionality to read this information from the 3rd party nullability repository.< / p > < / header > < dl > < dt class = "spec type" id = "type-t" > < a href = "#type-t" class = "anchor" > < / a > < code > < span class = "keyword" > type< / span > t< / code > < code > = < / code > < code > {< / code > < table class = "record" > < tr id = "type-t.class_name" class = "anchored" > < td class = "def field" > < a href = "#type-t.class_name" class = "anchor" > < / a > < code > class_name : < a href = "index.html#type-fully_qualified_type" > fully_qualified_type< / a > ;< / code > < / td > < / tr > < tr id = "type-t.method_name" class = "anchored" > < td class = "def field" > < a href = "#type-t.method_name" class = "anchor" > < / a > < code > method_name : < a href = "index.html#type-method_name" > method_name< / a > ;< / code > < / td > < / tr > < tr id = "type-t.ret_nullability" class = "anchored" > < td class = "def field" > < a href = "#type-t.ret_nullability" class = "anchor" > < / a > < code > ret_nullability : < a href = "index.html#type-type_nullability" > type_nullability< / a > ;< / code > < / td > < / tr > < tr id = "type-t.params" class = "anchored" > < td class = "def field" > < a href = "#type-t.params" class = "anchor" > < / a > < code > params : < span > < span > (< a href = "index.html#type-fully_qualified_type" > fully_qualified_type< / a > * < a href = "index.html#type-type_nullability" > type_nullability< / a > )< / span > list< / span > ;< / code > < / td > < / tr > < / table > < code > }< / code > < / dt > < dt class = "spec type" id = "type-fully_qualified_type" > < a href = "#type-fully_qualified_type" class = "anchor" > < / a > < code > < span class = "keyword" > and< / span > fully_qualified_type< / code > < code > = string< / code > < / dt > < dt class = "spec type" id = "type-method_name" > < a href = "#type-method_name" class = "anchor" > < / a > < code > < span class = "keyword" > and< / span > method_name< / code > < code > = < / code > < table class = "variant" > < tr id = "type-method_name.Constructor" class = "anchored" > < td class = "def constructor" > < a href = "#type-method_name.Constructor" class = "anchor" > < / a > < code > | < / code > < code > < span class = "constructor" > Constructor< / span > < / code > < / td > < / tr > < tr id = "type-method_name.Method" class = "anchored" > < td class = "def constructor" > < a href = "#type-method_name.Method" class = "anchor" > < / a > < code > | < / code > < code > < span class = "constructor" > Method< / span > < span class = "keyword" > of< / span > string< / code > < / td > < / tr > < / table > < / dt > < dt class = "spec type" id = "type-type_nullability" > < a href = "#type-type_nullability" class = "anchor" > < / a > < code > < span class = "keyword" > and< / span > type_nullability< / code > < code > = < / code > < table class = "variant" > < tr id = "type-type_nullability.Nullable" class = "anchored" > < td class = "def constructor" > < a href = "#type-type_nullability.Nullable" class = "anchor" > < / a > < code > | < / code > < code > < span class = "constructor" > Nullable< / span > < / code > < / td > < / tr > < tr id = "type-type_nullability.Nonnull" class = "anchored" > < td class = "def constructor" > < a href = "#type-type_nullability.Nonnull" class = "anchor" > < / a > < code > | < / code > < code > < span class = "constructor" > Nonnull< / span > < / code > < / td > < / tr > < / table > < / dt > < / dl > < div > < div class = "spec include" > < div class = "doc" > < dl > < dt class = "spec value" id = "val-sexp_of_t" > < a href = "#val-sexp_of_t" class = "anchor" > < / a > < code > < span class = "keyword" > val< / span > sexp_of_t : < a href = "index.html#type-t" > t< / a > < span > - > < / span > Ppx_sexp_conv_lib.Sexp.t< / code > < / dt > < dt class = "spec value" id = "val-sexp_of_fully_qualified_type" > < a href = "#val-sexp_of_fully_qualified_type" class = "anchor" > < / a > < code > < span class = "keyword" > val< / span > sexp_of_fully_qualified_type : < a href = "index.html#type-fully_qualified_type" > fully_qualified_type< / a > < span > - &
@Nullable" < / code > < / p > < / dd > < / dl > < dl > < dt class = "spec value" id = "val-to_canonical_string" > < a href = "#val-to_canonical_string" class = "anchor" > < / a > < code > < span class = "keyword" > val< / span > to_canonical_string : < a href = "index.html#type-t" > t< / a > < span > - > < / span > string< / code > < / dt > < dt class = "spec value" id = "val-pp" > < a href = "#val-pp" class = "anchor" > < / a > < code > < span class = "keyword" > val< / span > pp : Stdlib.Format.formatter < span > - > < / span > < a href = "index.html#type-t" > t< / a > < span > - > < / span > unit< / code > < / dt > < dd > < p > String representation as it can be parsed via < code > parse< / code > < Class> #< method> (< params> )< ret_nullability> < / p > < / dd > < / dl > < / div > < / body > < / html >