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

E

eq(JoinExpr<?>, JoinExpr<?>) - Method in class io.avery.vinyl.JoinAPI.On
Creates a JoinPred that passes if the value of the left expression is equal to the value of the right expression, based on Objects.equals(Object, Object).
equals(Object) - Method in class io.avery.vinyl.FieldPin
Returns true if and only if the given object is a field-pin with the same field and index as this field pin.
equals(Object) - Method in class io.avery.vinyl.Header
Returns true if and only if the given object is a header containing the same fields in the same order as this header.
equals(Object) - Method in class io.avery.vinyl.Record
Returns true if and only if the given object is a record with a header and values equal to this record's header and values, respectively.
equals(Object) - Method in class io.avery.vinyl.RecordSet
Returns true if and only if the given object is a record-set with a header equal to this set's header, and the object contains records equal to this set's records, in the same order as this set.
eval(Supplier<T>) - Method in class io.avery.vinyl.JoinAPI.On
Creates a JoinExpr that evaluates to the result of calling the given supplier.
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