| Package | Description |
|---|---|
| pro.fessional.mirana.cast | |
| pro.fessional.mirana.data | |
| pro.fessional.mirana.i18n | |
| pro.fessional.mirana.page |
| Modifier and Type | Method and Description |
|---|---|
default <S extends ChainingCast> |
ChainingCast.cast()
// (1) Bottom-Up style
new SubClass()
.subXxx1() // sub method
.superZzz1() // super method
.cast(); // finally cast
// (2) Top-Down style
new SubClass()
.superZzz1() // super method
.<SubClass>cast(); // middle cast
.subXxx1() // sub method
|
| Modifier and Type | Class and Description |
|---|---|
class |
R<T>
## Conventions
1.
|
static class |
R.Immutable<T>
throw UnsupportedOperationException if modify
|
| Modifier and Type | Class and Description |
|---|---|
class |
I18nMessage
global message for user, the i18n templates and parameters should be merged into
a local message based on the user's language, rather than the default message.
|
class |
I18nNotice
specified message for user to know what and why.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageResult<E>
It is not recommended to change the page data after construction.
|
Copyright © 2025. All rights reserved.