mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +03:00
6 lines
64 B
Java
6 lines
64 B
Java
class Grouped {
|
|
Flowable(K key) {
|
|
this.key = key;
|
|
}
|
|
}
|