| Modifier and Type | Method and Description |
|---|---|
static <T extends Object & Comparable<? super T>> |
ComparableList.empty() |
ComparableList<E> |
User.list() |
static <T extends Object & Comparable<? super T>> |
ComparableList.prepend(T head,
ComparableList<T> tail) |
ComparableList<T> |
ComparableList.tail() |
ComparableList<T> |
ComparableList.withHead(T newValue) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Object & Comparable<? super T>> |
ComparableList.factory() |
static <T extends Object & Comparable<? super T>> |
ComparableList.factory() |
| Modifier and Type | Method and Description |
|---|---|
int |
ComparableList.compareTo(ComparableList<T> that) |
static <T extends Object & Comparable<? super T>> |
ComparableList.prepend(T head,
ComparableList<T> tail) |
R |
UserVisitor.valueOf(UserKey key,
ComparableList<E> list,
String name,
GroupName groupName) |
static <E extends Object & Comparable<E>> |
User.valueOf(UserKey key,
ComparableList<E> list,
String name,
GroupName groupName) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
ComparableList.accept(ComparableListVisitor<T,ComparableList<T>,R> visitor) |
| Constructor and Description |
|---|
ComparableList(ComparableList<T> implementation) |
Copyright © 2015. All rights reserved.