samples
0.4.3
samples
/
sample.calculator
/
GenericFoo
Generic
Foo
interface
GenericFoo
<
T
:
Number
>
Content copied to clipboard
Functions
Properties
Functions
add
Link copied to clipboard
abstract
fun
add
(
t
:
T
)
Content copied to clipboard
add
All
Link copied to clipboard
abstract
fun
addAll
(
others
:
List
<
T
>
)
:
List
<
T
>
Content copied to clipboard
compute
Result
Link copied to clipboard
abstract
fun
computeResult
(
)
:
Result
<
Int
>
Content copied to clipboard
Properties
lambda
Link copied to clipboard
abstract
val
lambda
:
(
String
)
->
Double
Content copied to clipboard
latestResult
Link copied to clipboard
abstract
val
latestResult
:
Result
<
Int
>
Content copied to clipboard
list
Link copied to clipboard
abstract
val
list
:
List
<
T
>
Content copied to clipboard