asEnabled

Returns a list containing the results of enabling each component in the original collection.


fun <T : Component> Sequence<T>.asEnabled(): <Error class: unknown class>(source)

Returns a sequence containing the results of enabling each component in the original sequence.

The operation is intermediate and stateless.