Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Malinskiy/4bd26ef285cb5e4b37fd750d2a0ee28e to your computer and use it in GitHub Desktop.

Select an option

Save Malinskiy/4bd26ef285cb5e4b37fd750d2a0ee28e to your computer and use it in GitHub Desktop.
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