BiConsumer calls.BiFunction calls.Consumer calls.Function calls.Collector that calculates average of input elements.supplier provided container by applying the given accumulation function.collector that encapsulates supplier, accumulator and combiner functions.Collector that performs additional transformation.Collector interface.Collector that counts the number of input elements.Stream with distinct elements (as determinated by equals method).Optional.ThrowableSupplier.Stream with elements that satisfy the given predicate.Optional class.Optional result if value is present.Stream by concatenating elements that obtained by applying the given function.Stream by elements that generated by Supplier.NoSuchElementException.Optional containerother.exception.RuntimeException.Stream into Map entries according to the given classifier function.Collector that performs grouping operation by given classifier.Collector that performs grouping operation by given classifier.Collector that performs grouping operation by given classifier.throwableClass.Stream by applying UnaryOperator operation to an initial element seed.Collector that concatenates input elements into new string.Collector that concatenates input elements into new string.Collector that concatenates input elements into new string.Collector that concatenates input elements into new string.Stream with first maxSize elements.Stream with elements that obtained by applying the given function.Collector that performs mapping function before accumulation.BinaryOperator which returns greater of two elements
according to the specified Comparator.BinaryOperator which returns lesser of two elements
according to the specified Comparator.Exceptional with value provided by given ThrowableSupplier function.Optional with the specified present non-null value.Stream from List.Stream from Map entries.Stream from any class that implements Iterator interface.Stream from any class that implements Iterable interface.Stream from the specified values.Optional with the specified value, or empty Optional if value is null.Stream<Integer> from not closed range
(from from inclusive to to exclusive and incremental step 1).Stream<Long> from not closed range
(from from inclusive to to exclusive and incremental step 1).Stream<Integer> from closed range
(from from inclusive to to inclusive and incremental step 1).Stream<Long> from closed range
(from from inclusive to to inclusive and incremental step 1).other.Collector that reduces the input elements.Collector that reduces the input elements.n elements and returns Stream with remaining elements.Stream with sorted elements (as determinated by Comparable interface).Stream with sorted elements (as determinated by Comparable interface).Stream with sorted elements (as determinated by provided Comparator).Collector that fills new Collection, provided by collectionSupplier, with input elements.Collector that fills new List with input elements.Collector that fills new Map with input elements.Collector that fills new List with input elements.Collector that fills new Set with input elements.toString on object or nullDefault if object is null.Copyright © 2015. All rights reserved.