Optional<String> nameOptional = employeeOptional.map(emp->emp.getName()) //multiple operations.
確定! 回上一頁