Package | Description |
---|---|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
static <E> void |
UnsafeConsumer.accept(Collection<E> collection,
UnsafeConsumer<E,? super Throwable> unsafeConsumer)
Deprecated.
|
static <E,T extends Throwable> |
UnsafeConsumer.accept(Collection<E> collection,
UnsafeConsumer<E,T> unsafeConsumer,
Class<? extends T> throwableClass)
Deprecated.
|