Account List
Functions
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
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 fun reduceEntries(p0: Long, p1: BiFunction<MutableMap.MutableEntry<SteamID, T>, MutableMap.MutableEntry<SteamID, T>, out MutableMap.MutableEntry<SteamID, T>>): MutableMap.MutableEntry<SteamID, T>
open fun <U : Any> reduceEntries(p0: Long, p1: Function<MutableMap.MutableEntry<SteamID, T>, out U>, p2: BiFunction<in U, in U, out U>): U
Link copied to clipboard
open fun reduceEntriesToDouble(p0: Long, p1: ToDoubleFunction<MutableMap.MutableEntry<SteamID, T>>, p2: Double, p3: DoubleBinaryOperator): Double
Link copied to clipboard
open fun reduceEntriesToInt(p0: Long, p1: ToIntFunction<MutableMap.MutableEntry<SteamID, T>>, p2: Int, p3: IntBinaryOperator): Int
Link copied to clipboard
open fun reduceEntriesToLong(p0: Long, p1: ToLongFunction<MutableMap.MutableEntry<SteamID, T>>, p2: Long, p3: LongBinaryOperator): Long
Link copied to clipboard
Link copied to clipboard
open fun reduceKeysToDouble(p0: Long, p1: ToDoubleFunction<in SteamID>, p2: Double, p3: DoubleBinaryOperator): Double
Link copied to clipboard
open fun reduceKeysToInt(p0: Long, p1: ToIntFunction<in SteamID>, p2: Int, p3: IntBinaryOperator): Int
Link copied to clipboard
open fun reduceKeysToLong(p0: Long, p1: ToLongFunction<in SteamID>, p2: Long, p3: LongBinaryOperator): Long
Link copied to clipboard
open fun reduceToDouble(p0: Long, p1: ToDoubleBiFunction<in SteamID, in T>, p2: Double, p3: DoubleBinaryOperator): Double
Link copied to clipboard
open fun reduceToInt(p0: Long, p1: ToIntBiFunction<in SteamID, in T>, p2: Int, p3: IntBinaryOperator): Int
Link copied to clipboard
open fun reduceToLong(p0: Long, p1: ToLongBiFunction<in SteamID, in T>, p2: Long, p3: LongBinaryOperator): Long
Link copied to clipboard
Link copied to clipboard
open fun reduceValuesToDouble(p0: Long, p1: ToDoubleFunction<in T>, p2: Double, p3: DoubleBinaryOperator): Double
Link copied to clipboard
Link copied to clipboard
open fun reduceValuesToLong(p0: Long, p1: ToLongFunction<in T>, p2: Long, p3: LongBinaryOperator): Long
Link copied to clipboard
Link copied to clipboard
open fun <U : Any> searchEntries(p0: Long, p1: Function<MutableMap.MutableEntry<SteamID, T>, out U>): U
Link copied to clipboard
Link copied to clipboard