
com.github.dakusui.crest.matcherbuilders.primitives.AsChar Maven / Gradle / Ivy
package com.github.dakusui.crest.matcherbuilders.primitives;
import com.github.dakusui.crest.matcherbuilders.AsComparable;
import java.util.function.Function;
public class AsChar extends AsComparable> {
public AsChar(Function super IN, ? extends Character> function) {
super(function);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy