Example usage for com.google.common.collect Platform interface-usage

List of usage examples for com.google.common.collect Platform interface-usage

Introduction

In this page you can find the example usage for com.google.common.collect Platform interface-usage.

Usage

From source file com.facebook.buck.core.model.platform.ConstraintBasedPlatform.java

/** An implementation of a {@link Platform} that has a fixed set of constraints. */
public class ConstraintBasedPlatform implements Platform {
    private final String platformName;
    private final ImmutableSet<ConstraintValue> constraintValues;

    public ConstraintBasedPlatform(String platformName, ImmutableSet<ConstraintValue> constraintValues) {