All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Action<T> Entity that can: execute a predefined command in a void manner (seeget(...)methods of this class); execute a predefined command and return the result of that execution (seeexecute(...)methods of this class).ActionsList Entity that storesActions and provides basic API pertaining to the stored elements.Conditional Basic entity of Conditional library, that replacesif-elsestatements and ternary operators with a featured fluent interface.ExceptionThrower Entity that throws or swallows passedExceptions, depending on the implementation.ExceptionThrowerActive Entity that throws anExceptionwhen an implemented method is called.ExceptionThrowerVoid Entity that does nothing when an implemented method is called.MismatchedReturnTypeException Unchecked exception that indicates mismatch between an actual return type and a demanded return type.Runnable Functional interface that takes any command and runs it in a void manner, without returning a result.UndeterminedReturnValueException Unchecked exception that indicates that not exactly one action was submitted to a givenConditionaland was bound to the value described by thatConditional.