type<$E extends JObject> static method

JSetType<$E> type<$E extends JObject>(
  1. JObjType<$E> E
)

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

Implementation

static JSetType<$E> type<$E extends JObject>(
  JObjType<$E> E,
) {
  return JSetType(
    E,
  );
}