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

J

join(RecordStream, Function<JoinAPI.On, JoinPred>, Consumer<JoinAPI.Select>) - Method in class io.avery.vinyl.RecordStream
Returns a stream that performs an inner join between this (left) stream and the given right stream.
JoinAPI - Class in io.avery.vinyl
A configurator used to define a relational join operation between a left and a right record-stream.
JoinAPI.On - Class in io.avery.vinyl
A sub-configurator used to define the join condition of a relational join operation.
JoinAPI.Select - Class in io.avery.vinyl
A sub-configurator used to define the output fields of a relational join operation.
JoinAPI.Select.Fields<T> - Class in io.avery.vinyl
A sub-configurator used to define output fields of a relational join operation that depend on a common intermediate result.
JoinExpr<T> - Class in io.avery.vinyl
An opaque value representing an expression defined by JoinAPI.On.
JoinPred - Class in io.avery.vinyl
An opaque value representing a predicate defined by JoinAPI.On.
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