Skip to content

Repository files navigation

knestedproperty Travis Build

Nested property util for kotlin. This extention methods allows you to get names and values of nested propertys in a typesafe manner.

Installation

TODO

Usage

classFoo {
val bar =Bar()
}
classBar {
val value ="FooBar"
}
println((Foo::bar /Bar::value).name) //prints: bar.valueval foo =Foo()
println((Foo::bar /Bar::value).value(foo) //prints: "FooBar"

About

Nested property util for kotlin

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages