Package | Description |
---|---|
com.rultor.spi |
Service Programming Interface (SPI).
|
com.rultor.tools |
Simple commonly used tools.
|
Modifier and Type | Method and Description |
---|---|
Dollars |
Account.balance()
Balance.
|
Modifier and Type | Method and Description |
---|---|
void |
Wallet.charge(String details,
Dollars amount)
Charge some money.
|
void |
Wallet.Empty.charge(String details,
Dollars amount) |
void |
Account.fund(Dollars amount,
String details)
Fund account.
|
Modifier and Type | Method and Description |
---|---|
static Dollars |
Dollars.valueOf(String text)
Parse string.
|
Copyright © 2009–2014 Rultor Inc.. All rights reserved.