| Package | Description |
|---|---|
| eu.hanskruse.noaber.tuples | |
| eu.hanskruse.noaber.with |
Interfaces implementing the
Noaber API. |
| Modifier and Type | Method and Description |
|---|---|
static <T0> Tuple1<T0> |
Tuple1.of(T0 t0)
Creates a
Tuple1 of 1 element. |
Tuple1<T1> |
Tuple2.tail()
Gets a
Tuple1 with all the elements of this tuple skipping the first
one. |
| Modifier and Type | Method and Description |
|---|---|
default <T0> Tuple1<T0> |
WithTuples.tuple(T0 t0)
Creates a
Tuple1. |
Copyright © 2021. All rights reserved.