get

abstract operator fun <T> get(key: LensExtractor<Environment, T>): T
abstract operator fun get(key: String): String?