- org.apache.groovy.ginq.provider.collection.runtime.Queryable.Order
-
-
Constructor Summary
Constructors
Constructor and description |
Order(Function<? super T, ? extends U> keyExtractor, boolean asc)
|
Order(Function<? super T, ? extends U> keyExtractor, boolean asc, boolean nullsLast)
|
-
Methods Summary
-
Inherited Methods Summary
-
-
Field Detail
-
public static final Order[] EMPTY_ARRAY
-
Constructor Detail
-
public Order(Function<? super T, ? extends U> keyExtractor, boolean asc)
-
public Order(Function<? super T, ? extends U> keyExtractor, boolean asc, boolean nullsLast)
-
Method Detail
-
public Function<? super T, ? extends U> getKeyExtractor()
-
public boolean isNullsLast()
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.