ColorProducer
-
Cmn
fun interface ColorProducer
Alternative to () -> Color
that's useful for avoiding boxing.
Can be used as:
fun nonBoxedArgs(color: ColorProducer?)
fun interface ColorProducer
Alternative to () -> Color
that's useful for avoiding boxing.
Can be used as:
fun nonBoxedArgs(color: ColorProducer?)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.