Arrays.stream(strList).mapToInt(String::length).toArray();
mapToInt 결과를 int값으로
String::length // 문자열길이로 mapping