| Interface | Description |
|---|---|
| LambdaExceptionUtils.BiConsumerWithExceptions<T,U,E extends Exception> |
Represents a
BiConsumer interface which can throw exceptions. |
| LambdaExceptionUtils.BiFunctionWithExceptions<T,U,R,E extends Exception> |
Represents a
BiFunction 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. |
| LambdaExceptionUtils.TriConsumer<T,U,V> |
Represents a
TriConsumer interface. |
| LambdaExceptionUtils.TriConsumerWithExceptions<T,U,V,E extends Exception> |
Represents a
BiConsumer interface which can throw exceptions. |
| Class | Description |
|---|---|
| CertificateUtils |
Utilities used for certificate generation and parsing.
|
| LambdaExceptionUtils |
A Utility which provides a way to throw checked exceptions from the lambda expressions.
|
Copyright © 2019 WSO2. All rights reserved.