Index
All Classes and Interfaces|All Packages
E
- eq(JoinExpr<?>, JoinExpr<?>) - Method in class io.avery.vinyl.JoinAPI.On
-
Creates a
JoinPredthat passes if the value of the left expression is equal to the value of the right expression, based onObjects.equals(Object, Object). - equals(Object) - Method in class io.avery.vinyl.FieldPin
-
Returns
trueif 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
trueif 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
trueif 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
trueif 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
JoinExprthat evaluates to the result of calling the given supplier.
All Classes and Interfaces|All Packages