case class ChooseT2(choiceTraversal: Seq[GremlinStep], trueChoice: Seq[GremlinStep]) extends GremlinStep with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChooseT2
- Serializable
- Serializable
- Product
- Equals
- GremlinStep
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ChooseT2(choiceTraversal: Seq[GremlinStep], trueChoice: Seq[GremlinStep])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val choiceTraversal: Seq[GremlinStep]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
foldTraversals[R](z: R)(op: (R, Seq[GremlinStep]) ⇒ R): R
Folds all traversal arguments from left to right with the provided operator, if any.
Folds all traversal arguments from left to right with the provided operator, if any.
- R
folding result type
- z
start value
- op
folding operator
- returns
folding result
- Definition Classes
- ChooseT2 → GremlinStep
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapTraversals(f: (Seq[GremlinStep]) ⇒ Seq[GremlinStep]): GremlinStep
Recreates the step with all traversal arguments mapped with the provided function, if any.
Recreates the step with all traversal arguments mapped with the provided function, if any.
- f
mapping function
- returns
step
- Definition Classes
- ChooseT2 → GremlinStep
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val trueChoice: Seq[GremlinStep]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )