Created
March 6, 2019 16:14
-
-
Save Malinskiy/4bd26ef285cb5e4b37fd750d2a0ee28e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class OperatingSystemVersionPoolingStrategy : PoolingStrategy { | |
| override fun associate(device: Device) = DevicePoolId(device.operatingSystem.version) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment