Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jul 20th, 2018
75
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
scala> List(1,2,3,4,5).filter(2<).map(2*)
res1: List[Int] = List(6, 8, 10)
scala> List(1,2,3,4,5).collect { case x if x > 2 => 2*x }
res2: List[Int] = List(6, 8, 10)
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $22OO IN 10 MIN L
JavaScript | 1 sec ago | 0.08 KB
FREE BTC GUIDE
JavaScript | 2 sec ago | 0.08 KB
MAKE $5000 INSTANTLY
JavaScript | 3 sec ago | 0.08 KB
GMAIL Logs (2FA disabled)
JavaScript | 6 sec ago | 0.08 KB
Make 3500$ in 20 MIN [Method] 1
JavaScript | 8 sec ago | 0.08 KB
GMAIL Logs (2FA disabled)
JavaScript | 9 sec ago | 0.08 KB
FREE BTC GUIDE
JavaScript | 17 sec ago | 0.08 KB
FREE BTC GUIDE E
JavaScript | 17 sec ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!