| Interface | Description |
|---|---|
| CodeAware | |
| DataAware<T> | |
| DataResult<T> | |
| DoneAware | |
| ErrorResult |
- success is false, not complete because of errors
- code the err-code more than errors
- errors should null if error is empty
|
| NameAware | |
| U |
Used to pass data internally, do NOT overuse
|
| Z |
The first data operation that satisfies the condition (e.g., non-null)
|
| Class | Description |
|---|---|
| Arr |
Operation of Array
|
| Diff | |
| Diff.D<E> | |
| Diff.S<E> | |
| Diff.V<E> | |
| Null | |
| Q<T> |
single param query
|
| Q.Id |
id
|
| R<T> |
## Conventions
1.
|
| R.Immutable<T> |
throw UnsupportedOperationException if modify
|
| Rank | |
| U.Eight<T1,T2,T3,T4,T5,T6,T7,T8> | |
| U.Five<T1,T2,T3,T4,T5> | |
| U.Four<T1,T2,T3,T4> | |
| U.Nine<T1,T2,T3,T4,T5,T6,T7,T8,T9> | |
| U.One<T1> | |
| U.Or<L,R> |
Either Left or Right
|
| U.Seven<T1,T2,T3,T4,T5,T6,T7> | |
| U.Six<T1,T2,T3,T4,T5,T6> | |
| U.Three<T1,T2,T3> | |
| U.Two<T1,T2> |
| Enum | Description |
|---|---|
| Null.Eu |
Copyright © 2025. All rights reserved.