Package com.microstrategy.utils.function
-
Interface Summary Interface Description ThrowingConsumer<T,E extends java.lang.Exception> This functional interface is designed as a workaround for methods that will throw exceptions and reported by Veracode as CWE 601 and 113ThrowingConsumer3<T1,T2,T3,E extends java.lang.Exception> Represents an operation that accepts three input arguments and returns no result.ThrowingSupplier<T,E extends java.lang.Exception> This functional interface is designed as a workaround for methods that will throw exceptions and reported by Veracode as CWE 201 and 209 -
Class Summary Class Description FunctionalAction Utility methods for performing a functional operation.Triple<L,M,R> A triple consisting of three elements.