public static interface Proposition.Factory<X> extends Function<Dataset<X>,Proposition>
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Proposition.Factory.Impl<X> | 
| Modifier and Type | Method and Description | 
|---|---|
| static <X> Proposition.Factory<X> | create(Predicate<Dataset<X>> predicate,
      Function<Object[],String> formatter,
      IntFunction<String> placeHolderFormatter,
      int arity) | 
static <X> Proposition.Factory<X> create(Predicate<Dataset<X>> predicate, Function<Object[],String> formatter, IntFunction<String> placeHolderFormatter, int arity)
Copyright © 2025. All rights reserved.