Uses of Class
tools.common.Wrapper

Packages that use Wrapper
Package
Description
 
  • Uses of Wrapper in tools.common

    Methods in tools.common that return Wrapper
    Modifier and Type
    Method
    Description
    static <D, P> Wrapper<D>
    Wrapper.of(D value, boolean nullFirst, @NotNull Function<D,P>... functions)
    Create a new wrapper
    static <D, P> Wrapper<D>
    Wrapper.of(D value, @NotNull Function<D,P>... functions)
    Create a new wrapper
    Wrapper.wrap(V value)
    Create a new wrapper for the value
    Methods in tools.common with parameters of type Wrapper
    Modifier and Type
    Method
    Description
    int
    Wrapper.compareTo(@Nullable Wrapper<V> wrapper)
    Compares this object with the specified object for order.