toggle menu
Money
0.1.0
jvm
switch theme
search in API
Money
/
com.eriksencosta.money.allocation
/
Allocation
Allocation
sealed
interface
Allocation
<
T
:
AllocationBy
>
(
source
)
Defines the
Money
allocation interface.
Inheritors
Allocator
EvenAllocation
ProportionalAllocation
Members
Functions
allocate
Link copied to clipboard
abstract
fun
allocate
(
money
:
Money
,
by
:
T
)
:
Result
Allocates a
Money
.