Resolver Cache
Functions
Link copied to clipboard
open override fun compute(p0: KSTypeReference, p1: BiFunction<in KSTypeReference, in KSType?, out KSType?>): KSType?
Link copied to clipboard
open override fun computeIfAbsent(p0: KSTypeReference, p1: Function<in KSTypeReference, out KSType>): KSType
Link copied to clipboard
open override fun computeIfPresent(p0: KSTypeReference, p1: BiFunction<in KSTypeReference, in KSType, out KSType?>): KSType?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <U : Any> forEachEntry(p0: Long, p1: Function<MutableMap.MutableEntry<KSTypeReference, KSType>, out U>, p2: Consumer<in U>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun merge(p0: KSTypeReference, p1: KSType, p2: BiFunction<in KSType, in KSType, out KSType?>): KSType?
Link copied to clipboard
Link copied to clipboard
open fun reduceEntries(p0: Long, p1: BiFunction<MutableMap.MutableEntry<KSTypeReference, KSType>, MutableMap.MutableEntry<KSTypeReference, KSType>, out MutableMap.MutableEntry<KSTypeReference, KSType>>): MutableMap.MutableEntry<KSTypeReference, KSType>
open fun <U : Any> reduceEntries(p0: Long, p1: Function<MutableMap.MutableEntry<KSTypeReference, KSType>, out U>, p2: BiFunction<in U, in U, out U>): U
Link copied to clipboard
open fun reduceEntriesToDouble(p0: Long, p1: ToDoubleFunction<MutableMap.MutableEntry<KSTypeReference, KSType>>, p2: Double, p3: DoubleBinaryOperator): Double
Link copied to clipboard
open fun reduceEntriesToInt(p0: Long, p1: ToIntFunction<MutableMap.MutableEntry<KSTypeReference, KSType>>, p2: Int, p3: IntBinaryOperator): Int
Link copied to clipboard
open fun reduceEntriesToLong(p0: Long, p1: ToLongFunction<MutableMap.MutableEntry<KSTypeReference, KSType>>, p2: Long, p3: LongBinaryOperator): Long
Link copied to clipboard
open fun reduceKeys(p0: Long, p1: BiFunction<in KSTypeReference, in KSTypeReference, out KSTypeReference>): KSTypeReference
Link copied to clipboard
open fun reduceKeysToDouble(p0: Long, p1: ToDoubleFunction<in KSTypeReference>, p2: Double, p3: DoubleBinaryOperator): Double
Link copied to clipboard
open fun reduceKeysToInt(p0: Long, p1: ToIntFunction<in KSTypeReference>, p2: Int, p3: IntBinaryOperator): Int
Link copied to clipboard
open fun reduceKeysToLong(p0: Long, p1: ToLongFunction<in KSTypeReference>, p2: Long, p3: LongBinaryOperator): Long
Link copied to clipboard
open fun reduceToDouble(p0: Long, p1: ToDoubleBiFunction<in KSTypeReference, in KSType>, p2: Double, p3: DoubleBinaryOperator): Double
Link copied to clipboard
open fun reduceToInt(p0: Long, p1: ToIntBiFunction<in KSTypeReference, in KSType>, p2: Int, p3: IntBinaryOperator): Int
Link copied to clipboard
open fun reduceToLong(p0: Long, p1: ToLongBiFunction<in KSTypeReference, in KSType>, p2: Long, p3: LongBinaryOperator): Long
Link copied to clipboard
Link copied to clipboard
open fun reduceValuesToDouble(p0: Long, p1: ToDoubleFunction<in KSType>, p2: Double, p3: DoubleBinaryOperator): Double
Link copied to clipboard
open fun reduceValuesToInt(p0: Long, p1: ToIntFunction<in KSType>, p2: Int, p3: IntBinaryOperator): Int
Link copied to clipboard
open fun reduceValuesToLong(p0: Long, p1: ToLongFunction<in KSType>, p2: Long, p3: LongBinaryOperator): Long
Link copied to clipboard
Link copied to clipboard
open fun <U : Any> searchEntries(p0: Long, p1: Function<MutableMap.MutableEntry<KSTypeReference, KSType>, out U>): U
Link copied to clipboard
Link copied to clipboard