- checkArgument(Boolean, String) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(Boolean, String, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(Boolean, Eid) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(Boolean, Eid, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkElementIndex(int, int, String) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures that index specifies a valid element in an array, list or string of size size.
- checkElementIndex(int, int, String, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures that index specifies a valid element in an array, list or string of size size.
- checkElementIndex(int, int, Eid) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures that index specifies a valid element in an array, list or string of size size.
- checkElementIndex(int, int, Eid, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures that index specifies a valid element in an array, list or string of size size.
- checkNotNull(T, String) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, Eid) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, Eid, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkState(Boolean, String) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the
calling method.
- checkState(Boolean, String, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the
calling method.
- checkState(Boolean, Eid) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the
calling method.
- checkState(Boolean, Eid, String, Object...) - Static method in class pl.wavesoftware.eid.utils.EidPreconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the
calling method.
- Eid - Class in pl.wavesoftware.eid.exceptions
-
This class shouldn't be used in any public API or library.
- Eid(String, String) - Constructor for class pl.wavesoftware.eid.exceptions.Eid
-
Constructor
- Eid(String) - Constructor for class pl.wavesoftware.eid.exceptions.Eid
-
Constructor
- Eid.UniqIdGenerator - Interface in pl.wavesoftware.eid.exceptions
-
It is used to generate unique ID for each EID object.
- EidContainer - Interface in pl.wavesoftware.eid.exceptions
-
Indicate that object contains a Eid object
- EidIllegalArgumentException - Exception in pl.wavesoftware.eid.exceptions
-
This class shouldn't be used in any public API or library.
- EidIllegalArgumentException(String, String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalArgumentException
-
- EidIllegalArgumentException(String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalArgumentException
-
- EidIllegalArgumentException(String, String) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalArgumentException
-
- EidIllegalArgumentException(Eid, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalArgumentException
-
- EidIllegalArgumentException(Eid) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalArgumentException
-
- EidIllegalArgumentException(Eid, String, Object...) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalArgumentException
-
- EidIllegalStateException - Exception in pl.wavesoftware.eid.exceptions
-
This class shouldn't be used in any public API or library.
- EidIllegalStateException(String, String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalStateException
-
- EidIllegalStateException(String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalStateException
-
- EidIllegalStateException(String, String) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalStateException
-
- EidIllegalStateException(Eid, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalStateException
-
- EidIllegalStateException(Eid) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalStateException
-
- EidIllegalStateException(Eid, String, Object...) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIllegalStateException
-
- EidIndexOutOfBoundsException - Exception in pl.wavesoftware.eid.exceptions
-
This class shouldn't be used in any public API or library.
- EidIndexOutOfBoundsException(String, String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIndexOutOfBoundsException
-
- EidIndexOutOfBoundsException(String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIndexOutOfBoundsException
-
- EidIndexOutOfBoundsException(String, String) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIndexOutOfBoundsException
-
- EidIndexOutOfBoundsException(Eid, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIndexOutOfBoundsException
-
- EidIndexOutOfBoundsException(Eid) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIndexOutOfBoundsException
-
- EidIndexOutOfBoundsException(Eid, String, Object...) - Constructor for exception pl.wavesoftware.eid.exceptions.EidIndexOutOfBoundsException
-
- EidNullPointerException - Exception in pl.wavesoftware.eid.exceptions
-
This class shouldn't be used in any public API or library.
- EidNullPointerException(String, String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidNullPointerException
-
- EidNullPointerException(String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidNullPointerException
-
- EidNullPointerException(String, String) - Constructor for exception pl.wavesoftware.eid.exceptions.EidNullPointerException
-
- EidNullPointerException(Eid, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidNullPointerException
-
- EidNullPointerException(Eid) - Constructor for exception pl.wavesoftware.eid.exceptions.EidNullPointerException
-
- EidNullPointerException(Eid, String, Object...) - Constructor for exception pl.wavesoftware.eid.exceptions.EidNullPointerException
-
- EidPreconditions - Class in pl.wavesoftware.eid.utils
-
This class shouldn't be used in any public API or library.
- EidPreconditions() - Constructor for class pl.wavesoftware.eid.utils.EidPreconditions
-
- EidPreconditions.RiskyCode<R> - Interface in pl.wavesoftware.eid.utils
-
- EidPreconditions.UnsafeProcedure - Interface in pl.wavesoftware.eid.utils
-
This unsafe procedure can be used to execute a code block that can throw some checked Exceptions, that you would
like not to process, because they are unrecoverable bugs.
- EidPreconditions.UnsafeSupplier<T> - Interface in pl.wavesoftware.eid.utils
-
This unsafe supplier can be used to execute a code block that needs to return some value and can throw some checked
Exceptions, that you would like not to process, because they are unrecoverable bugs.
- EidRuntimeException - Exception in pl.wavesoftware.eid.exceptions
-
This class shouldn't be used in any public API or library.
- EidRuntimeException(String, String) - Constructor for exception pl.wavesoftware.eid.exceptions.EidRuntimeException
-
Constructs a new runtime exception with the specified exception Id and ref code.
- EidRuntimeException(String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidRuntimeException
-
Constructs a new runtime exception with the specified cause, a exception Id and detail message of eid.toString() + " =>
" + (cause==null ?
- EidRuntimeException(String, String, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidRuntimeException
-
Constructs a new runtime exception with the specified a exception Id, ref code and cause.
- EidRuntimeException(Eid) - Constructor for exception pl.wavesoftware.eid.exceptions.EidRuntimeException
-
Constructs a new runtime exception with the specified Eid object
- EidRuntimeException(Eid, Throwable) - Constructor for exception pl.wavesoftware.eid.exceptions.EidRuntimeException
-
Constructs a new runtime exception with the specified Eid object and cause
The detail message is computed as String.format(Eid.getMessageFormat(), id.toString(), message(cause))
- EidRuntimeException(Eid, String, Object...) - Constructor for exception pl.wavesoftware.eid.exceptions.EidRuntimeException
-
Constructs a new runtime exception with specified Eid object and custom message
The detail message is computed as:
String.format(Eid.getMessageFormat(), id.toString(), String.format(messageFormat, parameters))
- execute() - Method in interface pl.wavesoftware.eid.utils.EidPreconditions.RiskyCode
-
Deprecated.
Executes a client code
- execute() - Method in interface pl.wavesoftware.eid.utils.EidPreconditions.UnsafeProcedure
-
Executes a procedure code that can throw a checked exception to be cough