fun compute(fn: Function<in K, out V>!): K
Find a slot and compute a value for it.
fn - Function<in K, out V>!: A function to compute the value for a slot.
fn
Return K: The slot for which the value was computed.