| Interface | Description |
|---|---|
| LambdaExceptionUtils.BiConsumerWithExceptions<T,U,E extends Exception> |
Represents a
BiConsumer interface which can throw exceptions. |
| LambdaExceptionUtils.ConsumerWithExceptions<T,E extends Exception> |
Represents a
Consumer interface which can throw exceptions. |
| LambdaExceptionUtils.FunctionWithExceptions<T,R,E extends Exception> |
Represents a
Function interface which can throw exceptions. |
| LambdaExceptionUtils.RunnableWithExceptions<E extends Exception> |
Represents a
Runnable interface which can throw exceptions. |
| LambdaExceptionUtils.SupplierWithExceptions<T,E extends Exception> |
Represents a
Supplier interface which can throw exceptions. |
| Class | Description |
|---|---|
| Constants |
Carbon Constants.
|
| Constants.PlaceHolders |
Default value if it is not set in sys prop/env.
|
| FileUtils |
File Utilities.
|
| LambdaExceptionUtils |
A Utility which provides a way to throw checked exceptions from the lambda expressions.
|
| StringUtils |
This class contains utility methods for Strings.
|
| Tokenizer |
Simple tokenizer class.
|
| Utils |
Carbon utility methods.
|
Copyright © 2017 WSO2. All rights reserved.