Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages

C

ceq(JoinExpr<T>, JoinExpr<T>) - Method in class io.avery.vinyl.JoinAPI.On
Creates a JoinPred that passes if the value of the left expression compares equal to the value of the right expression, based on the natural ordering of the values (nulls first/lowest).
close() - Method in class io.avery.vinyl.RecordStream.Aux
 
close() - Method in class io.avery.vinyl.RecordStream.AuxDouble
 
close() - Method in class io.avery.vinyl.RecordStream.AuxInt
 
close() - Method in class io.avery.vinyl.RecordStream.AuxLong
 
close() - Method in class io.avery.vinyl.RecordStream
 
cneq(JoinExpr<T>, JoinExpr<T>) - Method in class io.avery.vinyl.JoinAPI.On
Creates a JoinPred that passes if the value of the left expression compares not equal to the value of the right expression, based on the natural ordering of the values (nulls first/lowest).
collect(Supplier<R>, BiConsumer<R, ? super Record>, BiConsumer<R, R>) - Method in class io.avery.vinyl.RecordStream
 
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class io.avery.vinyl.RecordStream.Aux
 
collect(Supplier<R>, ObjDoubleConsumer<R>, BiConsumer<R, R>) - Method in class io.avery.vinyl.RecordStream.AuxDouble
 
collect(Supplier<R>, ObjIntConsumer<R>, BiConsumer<R, R>) - Method in class io.avery.vinyl.RecordStream.AuxInt
 
collect(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>) - Method in class io.avery.vinyl.RecordStream.AuxLong
 
collect(Collector<? super Record, A, R>) - Method in class io.avery.vinyl.RecordStream
 
collect(Collector<? super T, A, R>) - Method in class io.avery.vinyl.RecordStream.Aux
 
collector(Consumer<IntoAPI<T>>) - Static method in class io.avery.vinyl.RecordSet
Returns a Collector that accumulates the input elements into a new RecordSet, mapping each input element to a record as configured by the given configurator consumer.
concat(RecordStream, RecordStream) - Static method in class io.avery.vinyl.RecordStream
Concatenates the input record-streams to form a new record-stream, similarly to Stream.concat, as long as the input stream headers are equal.
count() - Method in class io.avery.vinyl.RecordStream.Aux
 
count() - Method in class io.avery.vinyl.RecordStream.AuxDouble
 
count() - Method in class io.avery.vinyl.RecordStream.AuxInt
 
count() - Method in class io.avery.vinyl.RecordStream.AuxLong
 
count() - Method in class io.avery.vinyl.RecordStream
 
cumeDist(Comparator<? super Record>) - Static method in class io.avery.vinyl.Analytics
Returns an analytic function that emits the cumulative distribution value of each record in the partition.
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages