fetch

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