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

org.allurefw.report.entity.WithLabels Maven / Gradle / Ivy

The newest version!
package org.allurefw.report.entity;

import org.allurefw.report.ModelUtils;

import java.util.List;
import java.util.Optional;
import java.util.stream.Collector;
import java.util.stream.Collectors;

import static org.allurefw.report.ModelUtils.createLabel;

/**
 * @author Dmitry Baev [email protected]
 *         Date: 31.01.16
 */
public interface WithLabels {

    List




© 2015 - 2025 Weber Informatics LLC | Privacy Policy