Java io.vertx.core.impl Arguments fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.impl Arguments fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.impl Arguments.

The text is from its open source code.

Method

voidrequire(boolean condition, String message)
Checks that the specified condition is fulfilled and throws a customized IllegalArgumentException if it is false .