Index
All Classes and Interfaces|All Packages
N
- neq(JoinExpr<?>, JoinExpr<?>) - Method in class io.avery.vinyl.JoinAPI.On
-
Creates a
JoinPred
that passes if the value of the left expression is not equal to the value of the right expression, based onObjects.equals(Object, Object)
. - noneMatch(DoublePredicate) - Method in class io.avery.vinyl.RecordStream.AuxDouble
- noneMatch(IntPredicate) - Method in class io.avery.vinyl.RecordStream.AuxInt
- noneMatch(LongPredicate) - Method in class io.avery.vinyl.RecordStream.AuxLong
- noneMatch(Predicate<? super Record>) - Method in class io.avery.vinyl.RecordStream
- noneMatch(Predicate<? super T>) - Method in class io.avery.vinyl.RecordStream.Aux
- not(JoinPred) - Method in class io.avery.vinyl.JoinAPI.On
-
Creates a
JoinPred
that passes if the given predicate does not pass. - nTile(long, int) - Static method in class io.avery.vinyl.Analytics
-
Returns an analytic function that distributes records in the partition into the given
n
number of groups.
All Classes and Interfaces|All Packages