plus

operator fun plus(other: LazyModule): List<LazyModule>

Adds and returns this and other as a list of Lazy<Module>

Return

a List of Lazy<Module>

Parameters

other

the LazyModule to be added


operator fun plus(others: List<LazyModule>): List<LazyModule>

Adds and returns this and others as a list of Lazy<Module>

Return

a List of Lazy<Module>

Parameters

others

the LazyModule list to be added