Created
May 14, 2020 04:20
-
-
Save lu4nm3/90c6eb77b435fa03c8f8b30abc6a0894 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
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