method_reference.java
Java•중급
탐색기
C40
C++40
C#40
Dart40
Go40
Java
초급10
중급10
stream_filter.java
try_with_resources.java
lambda_expression.java
optional_map.java
switch_expression.java
method_reference.java
string_join.java
map_compute.java
date_time.java
consumer_accept.java
고급10
전문가5
마스터5
JavaScript40
Kotlin40
Objective-C40
Perl40
PHP40
Python40
R40
Ruby40
Rust40
Shell40
Swift40
TypeScript40
method_reference.java
Click to focus
1
2
3
List<String> names = users.stream()↵
.map(User::getName)↵
.collect(Collectors.toList());
0WPM•0%•0:00•0/94(0%)|Ln 1, Col 1
UTF-8•Java