ListCanBuild

Type: constant
Describes a generic List collection builder. This might be used in flatmapping functions where the generic builder needs to be implicitly described.

Body

Java.type("scala.collection.immutable.List").canBuildFrom();

Classpath

Children