gowthamkumar7
03/11/2018, 8:53 AMclubfan
03/11/2018, 10:05 AMtransform(source : Bitmap)
only takes a single parameter, you can omit that and use it
.transform {/* do stuff with 'it' */}.into(this)
gowthamkumar7
03/11/2018, 12:01 PMclubfan
03/11/2018, 12:16 PM.transform( object() : Transformation {
/* here goes the code */
}
)
gowthamkumar7
03/11/2018, 1:36 PM