Package de.flapdoodle.kfx.converters
Object ValidatingConverter.Companion
-
- All Implemented Interfaces:
public class ValidatingConverter.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ValidatingConverter.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends Any> StringConverter<T>asStringConverter(ValidatingConverter<T> converter, Function1<Exception, Unit> lastExceptionPropertySetter)-
-
Method Detail
-
asStringConverter
final <T extends Any> StringConverter<T> asStringConverter(ValidatingConverter<T> converter, Function1<Exception, Unit> lastExceptionPropertySetter)
-
-
-
-