nullableType<$K extends JObject?, $V extends JObject?> static method

JType<JMap<$K, $V>?> nullableType<$K extends JObject?, $V extends JObject?>(
  1. JType<$K> K,
  2. JType<$V> V
)

The type which includes information such as the signature of this class.

Implementation

static JType<JMap<$K, $V>?>
    nullableType<$K extends JObject?, $V extends JObject?>(
  JType<$K> K,
  JType<$V> V,
) {
  return $JMap$NullableType$<$K, $V>(K, V);
}