All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.openhft.chronicle.testframework.function.package-info Maven / Gradle / Ivy

There is a newer version: 2.27ea0
Show newest version
/**
 * This package provides a set of functional interfaces and related utility classes to enhance
 * and extend the standard Java functional programming model.
 *
 * 

The main components include: *

    *
  • {@link net.openhft.chronicle.testframework.function.TriConsumer} - A three-arity specialization of {@link java.util.function.Consumer}.
  • *
  • {@link net.openhft.chronicle.testframework.function.ThrowingConsumer} - A version of {@link java.util.function.Consumer} that allows checked exceptions.
  • *
  • {@link net.openhft.chronicle.testframework.function.ThrowingConsumerException} - An exception used to wrap checked exceptions in {@code ThrowingConsumer}.
  • *
  • {@link net.openhft.chronicle.testframework.function.NamedConsumer} - An interface extending {@link java.util.function.Consumer} that has a name.
  • *
* *

This package aims to provide more flexible and expressive ways to perform operations * on data, especially in scenarios where more complex error handling or multi-argument * processing is needed. */ package net.openhft.chronicle.testframework.function;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy