Class ModifierExtensionsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static <Error class: unknown class> ,java.lang.Boolean,kotlin.jvm.functions.Function1)>thenIf(<Error class: unknown class> $self, Boolean precondition, Function1<<Error class: unknown class>, <Error class: unknown class>> action) Conditionally applies the action to the receiver Modifier, if precondition is true.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • thenIf

         final static <Error class: unknown class> ,java.lang.Boolean,kotlin.jvm.functions.Function1)>thenIf(<Error class: unknown class> $self, Boolean precondition, Function1<<Error class: unknown class>, <Error class: unknown class>> action)

        Conditionally applies the action to the receiver Modifier, if precondition is true. Returns the receiver as-is otherwise.