Package org.mongojack
Class Aggregation.Skip
- java.lang.Object
-
- org.mongojack.Aggregation.Skip
-
- All Implemented Interfaces:
org.bson.conversions.Bson
,Aggregation.Stage<Void>
,InitializationRequiredForTransformation
- Enclosing class:
- Aggregation<T>
public static class Aggregation.Skip extends Object implements Aggregation.Stage<Void>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
skip()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mongojack.Aggregation.Stage
set, set
-
Methods inherited from interface org.mongojack.InitializationRequiredForTransformation
initialize
-
-