T - the keyType of elements maintained by this Collection@FunctionalInterface
public interface ToCharFunction<T>
| Modifier and Type | Method and Description |
|---|---|
char |
applyAsChar(T k)
Type Specific get function to reduce boxing/unboxing
|
char applyAsChar(T k)
k - the value that should be processed