Package | Description |
---|---|
org.ujorm.tools.common |
Modifier and Type | Method and Description |
---|---|
static <D,P> Wrapper<D> |
Wrapper.of(D value,
boolean nullFirst,
Function<D,P>... functions)
Create a new wrapper
|
static <D,P> Wrapper<D> |
Wrapper.of(D value,
Function<D,P>... functions)
Create a new wrapper
|
Wrapper<V> |
Wrapper.wrap(V value)
Create a new wrapper for the value
|
Modifier and Type | Method and Description |
---|---|
int |
Wrapper.compareTo(Wrapper<V> wrapper)
Compares this object with the specified object for order.
|
Copyright 2019-2022, Pavel Ponec