K - left input typeV - right input typeR - output type@FunctionalInterface public static interface Fun.ThrowingBiFunction<K,V,R>
BiFunctions that throw.| Modifier and Type | Method and Description |
|---|---|
R |
tryApply(K inputK,
V inputV) |
Copyright © 2017–2020. All rights reserved.