Interface TraversableLambda<S,E>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description TraversableLambda
clone()
Traversal<S,E>
getTraversal()
static <T> T
tryAndClone(Object object)
-
-
-
Method Detail
-
clone
TraversableLambda clone() throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
-
tryAndClone
static <T> T tryAndClone(Object object) throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
-
-