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

org.assertj.vavr.api.TryAssert Maven / Gradle / Ivy

There is a newer version: 0.4.3
Show newest version
package org.assertj.vavr.api;

import io.vavr.control.Try;

/**
 * Assertions for {@link io.vavr.control.Try}.
 *
 * @param  type of the value contained in the {@link io.vavr.control.Try}.
 * @author Grzegorz Piwowarek
 */
public class TryAssert extends AbstractTryAssert, VALUE> {
    TryAssert(Try actual) {
        super(actual, TryAssert.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy