Java Streams API

GPTKB entity

Properties (54)
Predicate Object
gptkbp:instanceOf gptkb:API
gptkbp:designedFor processing sequences of elements
https://www.w3.org/2000/01/rdf-schema#label Java Streams API
gptkbp:introduced gptkb:Java_8
gptkbp:isCounteredBy anyMatch operation
count operation
findAny operation
forEach operation
noneMatch operation
Files.lines()
IntStream.range()
Stream.generate()
toArray operation
toList operation
Stream.of()
allMatch_operation
findFirst_operation
gptkbp:isIntegratedWith filter operation
map operation
distinct operation
limit operation
skip operation
sorted operation
flatMap_operation
gptkbp:isPartOf gptkb:Java_programming_language
gptkbp:isSetIn filter operation
map operation
gptkbp:isSuitableFor distinct operation
limit operation
skip operation
sorted operation
gptkbp:isTrainedIn reduce operation
collect operation
anyMatch operation
count operation
findAny operation
forEach operation
noneMatch operation
allMatch_operation
findFirst_operation
gptkbp:isUsedFor Collections
Arrays
gptkbp:provides filter operation
map operation
reduce operation
collect operation
distinct operation
limit operation
skip operation
sorted operation
gptkbp:supports parallel processing
functional-style operations
gptkbp:uses lambda expressions
method references