Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mucahitkurt/2608c9f07ec68a199db7a1430b710ff7 to your computer and use it in GitHub Desktop.
Save mucahitkurt/2608c9f07ec68a199db7a1430b710ff7 to your computer and use it in GitHub Desktop.
class OrderSpecification {
fun isCancellable(orderStatus: OrderStatus): Boolean {
//…check order status
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment