final class ListOfListDecorator [ T ]
extends AnyVal

Constructors

ListOfListDecorator ( xss: List [ List [ T ] ] )

Members

val xss : List [ List [ T ] ]
def nestedMap ( f: T => U ) : List [ List [ U ] ]
def nestedMapconserve ( f: T => U ) : List [ List [ U ] ]