JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.github.oliviercailloux.jaris.collections
Interface CollectionUtils.ValueTransformer<K,
L,
V,
W,
X extends
Exception
>
Enclosing class:
CollectionUtils
public static interface
CollectionUtils.ValueTransformer<K,
L,
V,
W,
X extends
Exception
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
W
transform
(
K
oldKey,
L
newKey,
V
oldValue)
Method Details
transform
W
transform
(
K
oldKey,
L
newKey,
V
oldValue)
throws
X
Throws:
X
extends
Exception