Skip to content

Instantly share code, notes, and snippets.

@lu4nm3
Created May 14, 2020 04:20
Show Gist options
  • Save lu4nm3/90c6eb77b435fa03c8f8b30abc6a0894 to your computer and use it in GitHub Desktop.
Save lu4nm3/90c6eb77b435fa03c8f8b30abc6a0894 to your computer and use it in GitHub Desktop.
scala> import Perishables._
import Perishables._
scala> DailyOrderService.needsReplacing(List(Baguette(), Baguette(), Baguette()))
res0: List[Baguette] = List()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment