Query<K, T> typedef

Query<K, T> = T Function(K key, [T fallback])

Implementation

typedef Query<K, T> = T Function(K key, [T fallback]);