rnett
01/14/2019, 2:41 AMclass Builder<T extends Builder<T>>
. In java, you just use new SpaceToBatchLayer.Builder()
, however, Kotlin forces you to specify the type argument. Is there a way around this for interop w/ java?Shawn
01/14/2019, 4:18 AMCzar
01/14/2019, 7:39 AM