key<E> abstract method

E? key<E>()

A key to identify the query.

It can be obtained as an object of E by specifying E.

クエリーを識別するためのキー。

Eを指定することでEのオブジェクトとして取得できます。

Implementation

E? key<E>();