Java org.apache.wicket.util.lang Args fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.util.lang Args fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.util.lang Args.

The text is from its open source code.

Method

booleanisFalse(final boolean argument, final String msg, final Object... params)
Check if argument is false
booleanisTrue(final boolean argument, final String msg, final Object... params)
Check if argument is true
TnotEmpty(final T argument, final String name)
Checks argument is not empty (not null and has a non-whitespace character)
TnotEmpty(final T collection, final String name)
Checks argument is not null or empty
TnotNull(final T argument, final String name)
Checks argument is not null
TwithinRange(final T min, final T max, final T value, final String name)
Checks if argument is within a range