runtime_assert

Creator: coderz1093

Last updated:

0 purchases

runtime_assert Image
runtime_assert Images
Add to Cart

Description:

runtime assert

runtime_assert

Features #
Kotlinと同様の実行時Assertを提供する.
Usage #
check(value == 1, 'Invalid value: $value'); // throws IllegalStateException
checkArgument(value == 1, 'Invalid argument: $value'); // throws IllegalArgumentException
checkFormat(value == 1, 'Invalid format: $value'); // throws FormatException
checkPlatform(value ==1, 'Invalid platform: $value'); // throws UnsupportedPlatformException
requireNotNul(value, 'value is null'); // throws IllegalStateException
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator