Index

A C G O R T U 
All Classes and Interfaces|All Packages

A

accept(A, B) - Method in interface com.liferay.petra.function.UnsafeBiConsumer
 
accept(A, B, C) - Method in interface com.liferay.petra.function.UnsafeTriConsumer
 
accept(E) - Method in interface com.liferay.petra.function.UnsafeConsumer
 
accept(Collection<E>, UnsafeConsumer<E, ? super Throwable>) - Static method in interface com.liferay.petra.function.UnsafeConsumer
 
accept(Collection<E>, UnsafeConsumer<E, T>, Class<? extends T>) - Static method in interface com.liferay.petra.function.UnsafeConsumer
 
apply(T) - Method in interface com.liferay.petra.function.UnsafeFunction
 
apply(T, U) - Method in interface com.liferay.petra.function.UnsafeBiFunction
 
apply(T, U, V) - Method in interface com.liferay.petra.function.UnsafeTriFunction
 

C

com.liferay.petra.function - package com.liferay.petra.function
 
com.liferay.petra.function.transform - package com.liferay.petra.function.transform
 

G

get() - Method in class com.liferay.petra.function.RetryableUnsafeSupplier
 
get() - Method in interface com.liferay.petra.function.UnsafeSupplier
 
getValue() - Method in class com.liferay.petra.function.UnsafeSupplierValue
 

O

onError(Exception, int, int) - Method in interface com.liferay.petra.function.RetryableUnsafeSupplier.ErrorHandler
 

R

RetryableUnsafeSupplier<T,E> - Class in com.liferay.petra.function
 
RetryableUnsafeSupplier(RetryableUnsafeSupplier.ErrorHandler, boolean, int, long, UnsafeSupplier<T, E>) - Constructor for class com.liferay.petra.function.RetryableUnsafeSupplier
 
RetryableUnsafeSupplier(RetryableUnsafeSupplier.ErrorHandler, UnsafeSupplier<T, E>) - Constructor for class com.liferay.petra.function.RetryableUnsafeSupplier
 
RetryableUnsafeSupplier.ErrorHandler - Interface in com.liferay.petra.function
 
run() - Method in interface com.liferay.petra.function.UnsafeRunnable
 

T

test(E) - Method in interface com.liferay.petra.function.UnsafePredicate
 
transform(int[], UnsafeFunction<Integer, R, E>, Class<? extends R>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transform(long[], UnsafeFunction<Long, R, E>, Class<? extends R>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transform(Collection<T>, UnsafeFunction<T, R, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transform(T[], UnsafeFunction<T, R, E>, Class<? extends R>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToArray(Collection<T>, UnsafeFunction<T, R, E>, Class<? extends R>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToBooleanArray(Collection<T>, UnsafeFunction<T, Boolean, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToBooleanArray(T[], UnsafeFunction<T, Boolean, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToByteArray(Collection<T>, UnsafeFunction<T, Byte, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToByteArray(T[], UnsafeFunction<T, Byte, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToDoubleArray(Collection<T>, UnsafeFunction<T, Double, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToDoubleArray(T[], UnsafeFunction<T, Double, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToFloatArray(Collection<T>, UnsafeFunction<T, Float, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToFloatArray(T[], UnsafeFunction<T, Float, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToIntArray(Collection<T>, UnsafeFunction<T, R, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToIntArray(T[], UnsafeFunction<T, Integer, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToList(int[], UnsafeFunction<Integer, R, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToList(long[], UnsafeFunction<Long, R, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToList(T[], UnsafeFunction<T, R, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToLongArray(Collection<T>, UnsafeFunction<T, R, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToLongArray(T[], UnsafeFunction<T, Long, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToShortArray(Collection<T>, UnsafeFunction<T, Short, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
transformToShortArray(T[], UnsafeFunction<T, Short, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
TransformUtil - Class in com.liferay.petra.function.transform
 
TransformUtil() - Constructor for class com.liferay.petra.function.transform.TransformUtil
 

U

UnsafeBiConsumer<A,B,T> - Interface in com.liferay.petra.function
 
UnsafeBiFunction<T,U,R,E> - Interface in com.liferay.petra.function
 
UnsafeConsumer<E,T> - Interface in com.liferay.petra.function
 
UnsafeFunction<T,R,E> - Interface in com.liferay.petra.function
 
UnsafePredicate<E,T> - Interface in com.liferay.petra.function
 
UnsafeRunnable<T> - Interface in com.liferay.petra.function
 
UnsafeSupplier<T,E> - Interface in com.liferay.petra.function
 
UnsafeSupplierValue<T,E> - Class in com.liferay.petra.function
 
UnsafeSupplierValue(UnsafeSupplier<T, E>) - Constructor for class com.liferay.petra.function.UnsafeSupplierValue
 
unsafeTransform(int[], UnsafeFunction<Integer, R, E>, Class<? extends R>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransform(long[], UnsafeFunction<Long, R, E>, Class<? extends R>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransform(Collection<T>, UnsafeFunction<T, R, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransform(T[], UnsafeFunction<T, R, E>, Class<? extends R>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToArray(Collection<T>, UnsafeFunction<T, R, E>, Class<? extends R>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToBooleanArray(Collection<T>, UnsafeFunction<T, Boolean, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToBooleanArray(T[], UnsafeFunction<T, Boolean, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToByteArray(Collection<T>, UnsafeFunction<T, Byte, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToByteArray(T[], UnsafeFunction<T, Byte, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToDoubleArray(Collection<T>, UnsafeFunction<T, Double, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToDoubleArray(T[], UnsafeFunction<T, Double, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToFloatArray(Collection<T>, UnsafeFunction<T, Float, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToFloatArray(T[], UnsafeFunction<T, Float, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToIntArray(Collection<T>, UnsafeFunction<T, R, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToIntArray(T[], UnsafeFunction<T, Integer, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToList(int[], UnsafeFunction<Integer, R, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToList(long[], UnsafeFunction<Long, R, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToList(T[], UnsafeFunction<T, R, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToLongArray(Collection<T>, UnsafeFunction<T, R, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToLongArray(T[], UnsafeFunction<T, Long, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToShortArray(Collection<T>, UnsafeFunction<T, Short, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
unsafeTransformToShortArray(T[], UnsafeFunction<T, Short, E>) - Static method in class com.liferay.petra.function.transform.TransformUtil
 
UnsafeTriConsumer<A,B,C,T> - Interface in com.liferay.petra.function
 
UnsafeTriFunction<T,U,V,R,E> - Interface in com.liferay.petra.function
 
A C G O R T U 
All Classes and Interfaces|All Packages