Searched defs:get (Results 1 – 6 of 6) sorted by relevance
44 function get(id: string, callback: AsyncCallback<image.PixelMap>): void; function
248 static get(options: GetStorageOptions): void; method in Storage
216 get(member: string): MemberType; method
24 static get(level: string): LogLevel { method in LogLevelUtil
63 public static String get(@NotNull String key) { in get() method in ConstString