Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jul 20th, 2018
77
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
๐ Money Guaranteed Method
JavaScript | 1 min ago | 0.26 KB
๐ฅ NEW $10,000/MONTH SYSTEM ๐ฐ ๐ฅ๐จ
JavaScript | 2 min ago | 0.17 KB
๐ SECRET METHOD JUST LEAKED
JavaScript | 4 min ago | 0.26 KB
โก $15,000 MONTHLY INCOME METHOD
Java | 5 min ago | 0.17 KB
โก ULTRA EASY INCOME TRICK โก $500 INSTANT CASH...
JavaScript | 5 min ago | 0.17 KB
๐0LEAKZ BTC METHOD ๐ต๐ต
Java | 6 min ago | 0.17 KB
โกโกโก Verified Earning Guide
JavaScript | 7 min ago | 0.26 KB
โก Instant Cash Method
Java | 8 min ago | 0.17 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!