(0/0)
The Xperia X Compact is a variant of Sony's mid-range Xperia X which launched last year.
The phone has a 5-inch screen, runs Android 5.1 Lollipop and is powered by an octa-core 1.3GHz Qualcomm Snapdragon 410 processor, along with 2GB of RAM.
The phone has 16GB of internal storage which can be expanded via microSD and has a 13-megapixel camera on the back and a 5-megapixel camera on the front.The move would be another step in repealing the Affordable Care Act, and it has a number of key supporters, including many from the health care industry. But it's still not clear if it's possible to get rid of the entire law.
The House voted last month to repeal the law. The Senate is now expected to follow suit.
The Senate bill calls for scrapping the individual mandate, the part of the law that requires all people to either buy insurance or pay a fine.
Sen. Susan Collins, R-Maine, tells CBS News health care wonks will be told more about the Senate bill during a press conference today, when a GOP aide previews the bill.Q:
Java 8 new stream method
Can any one tell me which is the Java 8 way to code this:
void handle(String text) {
// do something
}
List texts = list.stream()
.filter(x -> x.contains(text))
.collect(Collectors.toList())
.stream()
.map(x -> x.split(" "))
.map(y -> y[0] + "-" + y[1])
.forEach(handle);
I don't want the inner stream because it is too lazy, and want to create the list.
A:
You can simply
.map(y -> y[0] + "-" +
Related links:
Comments