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

com.github.dakusui.crest.matcherbuilders.AsList Maven / Gradle / Ivy

package com.github.dakusui.crest.matcherbuilders;

import java.util.List;
import java.util.function.Function;

public class AsList extends ListMatcherBuilder> {
  public AsList(Function> function) {
    super(function);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy