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