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

javaslang.Kind2 Maven / Gradle / Ivy

Go to download

A Java implementation of a KillBill Payment Plugin that uses Authorize.Net as a payment gateway

There is a newer version: 2.8.196
Show newest version
/*     / \____  _    _  ____   ______  / \ ____  __    _______
 *    /  /    \/ \  / \/    \ /  /\__\/  //    \/  \  //  /\__\   JΛVΛSLΛNG
 *  _/  /  /\  \  \/  /  /\  \\__\\  \  //  /\  \ /\\/ \ /__\ \   Copyright 2014-2016 Javaslang, http://javaslang.io
 * /___/\_/  \_/\____/\_/  \_/\__\/__/\__\_/  \_//  \__/\_____/   Licensed under the Apache License, Version 2.0
 */
package javaslang;

/**
 * Recursive self type representing {@code TYPE}, which allows similar behavior to higher-kinded types.
 *
 * @param  The recursive type described by {@code Kind2}
 * @param    The first component type of {@code TYPE}
 * @param    The second component type of {@code TYPE}
 * @author Daniel Dietrich, Eric Nelson
 * @since 2.0.0
 */
public interface Kind2, T1, T2> {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy