| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> Wrapper<T> |
Wrapper.of(T array) |
static <T> Wrapper<T> |
Wrapper.of(T value,
ToIntFunction<? super T> hashFunction,
BiPredicate<? super T,? super T> equalsFunction) |
static <T> Wrapper<T> |
Wrapper.of(T value,
ToIntFunction<? super T> hashFunction,
BiPredicate<? super T,? super T> equalsFunction,
Function<? super T,String> toStringFunction) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Function<Wrapper<T>,T> |
Fn.unwrap() |
static <T> Function<T,Wrapper<T>> |
Fn.wrap() |
static <T> Function<T,Wrapper<T>> |
Fn.wrap(ToIntFunction<? super T> hashFunction,
BiPredicate<? super T,? super T> equalsFunction) |
Copyright © 2021. All rights reserved.