Skip to content
Snippets Groups Projects
Commit 0ac1af0d authored by Matt Bovel's avatar Matt Bovel
Browse files

Add exercises 4 PDF

parent e90a25ca
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,6 @@ First of all, spend some time as a group to make sure that you understand what t
```scala
extension [T](self: MyFuture[T])
def map[S](f: T => S): MyFuture[S] = ???
extension [T](self: MyFuture[T])
def filter(p: T => Boolean): MyFuture[T] = ???
```
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment