| Package | Description |
|---|---|
| pro.fessional.mirana.data | |
| pro.fessional.mirana.i18n |
| Modifier and Type | Field and Description |
|---|---|
protected List<I18nNotice> |
R.errors |
| Modifier and Type | Method and Description |
|---|---|
default List<I18nNotice> |
ErrorResult.getErrorsIf(boolean nonnull) |
default List<I18nNotice> |
ErrorResult.getErrorsOr(List<I18nNotice> elze) |
| Modifier and Type | Method and Description |
|---|---|
static <T> R<T> |
R.ngError(I18nNotice error) |
static <T> R<T> |
R.ngError(I18nNotice error,
String code) |
| Modifier and Type | Method and Description |
|---|---|
default List<I18nNotice> |
ErrorResult.getErrorsOr(List<I18nNotice> elze) |
static <T> R<T> |
R.ngError(List<I18nNotice> errors) |
static <T> R<T> |
R.ngError(List<I18nNotice> errors,
String code) |
R<T> |
R.setErrors(List<I18nNotice> errors) |
R<T> |
R.Immutable.setErrors(List<I18nNotice> errors) |
| Constructor and Description |
|---|
R(I18nNotice err) |
| Constructor and Description |
|---|
R(List<I18nNotice> errs) |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull I18nNotice |
I18nNotice.of(@NotNull I18nAware i18n) |
static @NotNull I18nNotice |
I18nNotice.of(@NotNull I18nNotice i18n) |
I18nNotice |
I18nNotice.setTarget(String target) |
I18nNotice |
I18nNotice.setType(String type) |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull I18nNotice |
I18nNotice.of(@NotNull I18nNotice i18n) |
Copyright © 2025. All rights reserved.