toggle menu
Money
0.1.0
jvm
switch theme
search in API
Money
/
com.eriksencosta.money.allocation
/
EvenAllocation
Even
Allocation
interface
EvenAllocation
:
Allocation
<
EvenParts
>
(
source
)
Allocates a
Money
amount in even parts.
Inheritors
EvenAllocator
Members
Functions
allocate
Link copied to clipboard
abstract
fun
allocate
(
money
:
Money
,
by
:
EvenParts
)
:
Result
Allocates a
Money
.
open
fun
allocate
(
money
:
Money
,
parts
:
Int
)
:
Result
Allocates a
Money
amount in even parts.