Mock Handler Map
Types
Functions
Link copied to clipboard
open fun compute(p0: Any, p1: BiFunction<in Any, in MockKInvocationHandler?, out MockKInvocationHandler?>): MockKInvocationHandler?
Content copied to clipboard
Link copied to clipboard
open fun computeIfAbsent(p0: Any, p1: Function<in Any, out MockKInvocationHandler>): MockKInvocationHandler
Content copied to clipboard
Link copied to clipboard
open fun computeIfPresent(p0: Any, p1: BiFunction<in Any, in MockKInvocationHandler, out MockKInvocationHandler?>): MockKInvocationHandler?
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getOrDefault(key: Any, defaultValue: MockKInvocationHandler): MockKInvocationHandler
Content copied to clipboard
Link copied to clipboard
open fun merge( p0: Any, p1: MockKInvocationHandler, p2: BiFunction<in MockKInvocationHandler, in MockKInvocationHandler, out MockKInvocationHandler?>): MockKInvocationHandler?
Content copied to clipboard
Link copied to clipboard
open fun putIfAbsent(p0: Any, p1: MockKInvocationHandler): MockKInvocationHandler?
Content copied to clipboard
Link copied to clipboard
open fun replaceAll(p0: BiFunction<in Any, in MockKInvocationHandler, out MockKInvocationHandler>)
Content copied to clipboard
Properties
Link copied to clipboard
abstract override val entries: MutableSet<MutableMap.MutableEntry<Any, MockKInvocationHandler>>
Content copied to clipboard