type<$E extends JObject> static method

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

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

Implementation

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