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