Example usage for java.util.function BiFunction interface-usage

List of usage examples for java.util.function BiFunction interface-usage

Introduction

In this page you can find the example usage for java.util.function BiFunction interface-usage.

Usage

From source file org.springframework.http.server.reactive.ReactorHttpHandlerAdapter.java

/**
 * Adapt {@link HttpHandler} to the Reactor Netty channel handling function.
 *
 * @author Stephane Maldini
 * @since 5.0
 */

From source file com.github.horrorho.inflatabledonkey.requests.AuthenticationRequestFactory.java

/**
 * Authentication NSDictionary HttpUriRequest factory.
 *
 * @author Ahseya
 */
@Immutable

From source file com.github.horrorho.inflatabledonkey.requests.AccountSettingsRequestFactory.java

/**
 * Authentication NSDictionary HttpUriRequest factory.
 *
 * @author Ahseya
 */
@Immutable

From source file at.gridtec.lambda4j.function.bi.BiFunction2.java

/**
 * Represents an operation that accepts two input arguments and produces a
 * result.
 * <p>
 * This is a {@link FunctionalInterface} whose functional method is {@link #apply(Object, Object)}.
 *

From source file com.github.horrorho.inflatabledonkey.util.ProcessManager.java

/**
 * Pipes data in/ out from the specified command process.
 *
 * @author Ahseya
 */
@Immutable

From source file at.gridtec.lambda4j.function.bi.ThrowableBiFunction.java

/**
 * Represents an operation that accepts two input arguments and produces a
 * result which is able to throw any {@link Throwable}.
 * <p>
 * This is a {@link FunctionalInterface} whose functional method is {@link #applyThrows(Object, Object)}.
 *