Package 

Class SystemPropertyKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit doIfPropertyIsEqualTo(String prop, String value, String defaultValue, Function0<Unit> action) Executes an action if specified system property with defaultValue is equal to specified value.
      final static Unit doIfTrue(String prop, Function0<Unit> action) Executes an action if specified system property is equal to true.
      • Methods inherited from class java.lang.Object

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

      • doIfTrue

         final static Unit doIfTrue(String prop, Function0<Unit> action)

        Executes an action if specified system property is equal to true.