How To Implement TriFunction in Kotlin? July 19, 2023 No Comments In this article, I will show you how to implement your custom TriFunction in Kotlin and how SAM conversions, and lambdas can help us with it.