fetch

abstract fun fetch(fetcher: Fetcher<E>?): Selection<E?>
abstract fun <S : View<E>> fetch(staticType: KClass<S>): Selection<S?>