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

M

map(DoubleUnaryOperator) - Method in class io.avery.vinyl.RecordStream.AuxDouble
 
map(Function<? super Record, ? extends R>) - Method in class io.avery.vinyl.RecordStream
 
map(Function<? super T, ? extends R>) - Method in class io.avery.vinyl.RecordStream.Aux
 
map(IntUnaryOperator) - Method in class io.avery.vinyl.RecordStream.AuxInt
 
map(LongUnaryOperator) - Method in class io.avery.vinyl.RecordStream.AuxLong
 
mapToDouble(IntToDoubleFunction) - Method in class io.avery.vinyl.RecordStream.AuxInt
 
mapToDouble(LongToDoubleFunction) - Method in class io.avery.vinyl.RecordStream.AuxLong
 
mapToDouble(ToDoubleFunction<? super Record>) - Method in class io.avery.vinyl.RecordStream
 
mapToDouble(ToDoubleFunction<? super T>) - Method in class io.avery.vinyl.RecordStream.Aux
 
mapToInt(DoubleToIntFunction) - Method in class io.avery.vinyl.RecordStream.AuxDouble
 
mapToInt(LongToIntFunction) - Method in class io.avery.vinyl.RecordStream.AuxLong
 
mapToInt(ToIntFunction<? super Record>) - Method in class io.avery.vinyl.RecordStream
 
mapToInt(ToIntFunction<? super T>) - Method in class io.avery.vinyl.RecordStream.Aux
 
mapToLong(DoubleToLongFunction) - Method in class io.avery.vinyl.RecordStream.AuxDouble
 
mapToLong(IntToLongFunction) - Method in class io.avery.vinyl.RecordStream.AuxInt
 
mapToLong(ToLongFunction<? super Record>) - Method in class io.avery.vinyl.RecordStream
 
mapToLong(ToLongFunction<? super T>) - Method in class io.avery.vinyl.RecordStream.Aux
 
mapToObj(DoubleFunction<? extends U>) - Method in class io.avery.vinyl.RecordStream.AuxDouble
 
mapToObj(IntFunction<? extends U>) - Method in class io.avery.vinyl.RecordStream.AuxInt
 
mapToObj(LongFunction<? extends U>) - Method in class io.avery.vinyl.RecordStream.AuxLong
 
mapToRecord(Consumer<IntoAPI<T>>) - Method in class io.avery.vinyl.RecordStream.Aux
Returns a stream that maps each element in this stream to a record, as configured by the given configurator consumer.
match(BiPredicate<? super Record, ? super Record>) - Method in class io.avery.vinyl.JoinAPI.On
Creates a JoinPred that passes if the given plain predicate over left and right-side records passes.
max() - Method in class io.avery.vinyl.RecordStream.AuxDouble
 
max() - Method in class io.avery.vinyl.RecordStream.AuxInt
 
max() - Method in class io.avery.vinyl.RecordStream.AuxLong
 
max(Comparator<? super Record>) - Method in class io.avery.vinyl.RecordStream
 
max(Comparator<? super T>) - Method in class io.avery.vinyl.RecordStream.Aux
 
min() - Method in class io.avery.vinyl.RecordStream.AuxDouble
 
min() - Method in class io.avery.vinyl.RecordStream.AuxInt
 
min() - Method in class io.avery.vinyl.RecordStream.AuxLong
 
min(Comparator<? super Record>) - Method in class io.avery.vinyl.RecordStream
 
min(Comparator<? super T>) - Method in class io.avery.vinyl.RecordStream.Aux
 
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