Interface ILongStream
.NET interface for TO BE DEFINED FROM USER
public interface ILongStream : IBaseStream<Long, LongStream>, IAutoCloseable
- Inherited Members
Methods
AllMatch(LongPredicate)
bool AllMatch(LongPredicate arg0)
Parameters
Returns
AnyMatch(LongPredicate)
bool AnyMatch(LongPredicate arg0)
Parameters
Returns
AsDoubleStream()
DoubleStream AsDoubleStream()
Returns
Average()
OptionalDouble Average()
Returns
Boxed()
Stream<Long> Boxed()
Returns
Collect<R>(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>)
R Collect<R>(Supplier<R> arg0, ObjLongConsumer<R> arg1, BiConsumer<R, R> arg2)
Parameters
arg0
Supplier<R>arg1
ObjLongConsumer<R>arg2
BiConsumer<R, R>
Returns
- R
R
Type Parameters
R
Count()
long Count()
Returns
Distinct()
LongStream Distinct()
Returns
DropWhile(LongPredicate)
LongStream DropWhile(LongPredicate arg0)
Parameters
Returns
Filter(LongPredicate)
LongStream Filter(LongPredicate arg0)
Parameters
Returns
FindAny()
OptionalLong FindAny()
Returns
FindFirst()
OptionalLong FindFirst()
Returns
FlatMap<Arg0ExtendsJava_Util_Stream_LongStream>(LongFunction<Arg0ExtendsJava_Util_Stream_LongStream>)
LongStream FlatMap<Arg0ExtendsJava_Util_Stream_LongStream>(LongFunction<Arg0ExtendsJava_Util_Stream_LongStream> arg0) where Arg0ExtendsJava_Util_Stream_LongStream : LongStream
Parameters
arg0
LongFunction<Arg0ExtendsJava_Util_Stream_LongStream>
Returns
Type Parameters
Arg0ExtendsJava_Util_Stream_LongStream
ForEach(LongConsumer)
void ForEach(LongConsumer arg0)
Parameters
arg0
LongConsumer
ForEachOrdered(LongConsumer)
void ForEachOrdered(LongConsumer arg0)
Parameters
arg0
LongConsumer
Iterator()
Iterator Iterator()
Returns
Limit(long)
LongStream Limit(long arg0)
Parameters
Returns
Map(LongUnaryOperator)
LongStream Map(LongUnaryOperator arg0)
Parameters
Returns
MapToDouble(LongToDoubleFunction)
DoubleStream MapToDouble(LongToDoubleFunction arg0)
Parameters
Returns
MapToInt(LongToIntFunction)
IntStream MapToInt(LongToIntFunction arg0)
Parameters
Returns
MapToObj<U, Arg0ExtendsU>(LongFunction<Arg0ExtendsU>)
Stream<U> MapToObj<U, Arg0ExtendsU>(LongFunction<Arg0ExtendsU> arg0) where Arg0ExtendsU : U
Parameters
arg0
LongFunction<Arg0ExtendsU>
Returns
Type Parameters
U
Arg0ExtendsU
U
Max()
OptionalLong Max()
Returns
Min()
OptionalLong Min()
Returns
NoneMatch(LongPredicate)
bool NoneMatch(LongPredicate arg0)
Parameters
Returns
Parallel()
BaseStream Parallel()
Returns
Peek(LongConsumer)
LongStream Peek(LongConsumer arg0)
Parameters
arg0
LongConsumer
Returns
Reduce(LongBinaryOperator)
OptionalLong Reduce(LongBinaryOperator arg0)
Parameters
Returns
Reduce(long, LongBinaryOperator)
long Reduce(long arg0, LongBinaryOperator arg1)
Parameters
arg0
longarg1
LongBinaryOperator
Returns
Sequential()
BaseStream Sequential()
Returns
Skip(long)
LongStream Skip(long arg0)
Parameters
Returns
Sorted()
LongStream Sorted()
Returns
Spliterator()
Spliterator Spliterator()
Returns
Sum()
long Sum()
Returns
SummaryStatistics()
LongSummaryStatistics SummaryStatistics()
Returns
TakeWhile(LongPredicate)
LongStream TakeWhile(LongPredicate arg0)
Parameters
Returns
ToArray()
long[] ToArray()