Package | Description |
---|---|
com.landawn.abacus.util |
Modifier and Type | Method and Description |
---|---|
static ShortTriple |
ShortTriple.of(short _1,
short _2,
short _3) |
ShortTriple |
ShortTriple.reversed() |
Modifier and Type | Method and Description |
---|---|
<E extends java.lang.Exception> |
ShortTriple.filter(Try.Predicate<ShortTriple,E> predicate) |
Modifier and Type | Method and Description |
---|---|
<E extends java.lang.Exception> |
ShortTriple.accept(Try.Consumer<ShortTriple,E> action) |
<E extends java.lang.Exception> |
ShortTriple.filter(Try.Predicate<ShortTriple,E> predicate) |
<U,E extends java.lang.Exception> |
ShortTriple.map(Try.Function<ShortTriple,U,E> mapper) |