diff --git a/docs/JET-JVM/de.jet.jvm.annotation/-not-perfect/-not-perfect.html b/docs/JET-JVM/de.jet.jvm.annotation/-not-perfect/-not-perfect.html index 6b39732814..eb9442adca 100644 --- a/docs/JET-JVM/de.jet.jvm.annotation/-not-perfect/-not-perfect.html +++ b/docs/JET-JVM/de.jet.jvm.annotation/-not-perfect/-not-perfect.html @@ -13,7 +13,7 @@
The identity of this extension.
the identity of this extension
Fruxz
1.0
The identity of this extension.
the identity of this extension
Fruxz
1.0
This class represents a running Jet application and its properties. At this app it is possible, to attach/start extensions and get the application allowed directory to store and read files.
Fruxz
1.0
Forces an object (this) to be a non-null (NotNull) object. This works as an alternative to the kotlin '!!' language feature, to be called easily during indirect processes and avoid code highlighting.
This function calls the trust function and can result to a NoSuchElementException. Please see trust! This function is called trustByParameter
on the JVM backend side.
Converts a nullable object/value to a non-null object/value, if it is not null. If it is null it throws the throwable.
internally a tryOrNull function is called, that forces this as NotNull and if that fails, the null get returned as throw [throwable]
the non-null object
Fruxz
1.0
the exception, thrown if the object is null
Converts a nullable object/value to a non-null object/value, if it is not null, or if it is null throw a NoSuchElementException instead
Forces an object (this) to be a non-null (NotNull) object. This works as an alternative to the kotlin '!!' language feature, to be called easily during indirect processes and avoid code highlighting.
If this is indeed null, this function throws a detailed direct NoSuchElementException. If everything is fine and it can be forced to a NotNull, than
Internally, the trustOrThrow function is called, with the NoSuchElementException as the parameter, so internally a tryOrNull function is called, that forces this as NotNull and if that fails, the null get returned as throw throwable
the non-null object
Fruxz
1.0
This function calls the trust function and can result to a NoSuchElementException. Please see trust! This function is called trustByParameter
on the JVM backend side.
the non-null object
Fruxz
1.0
the object to be trusted