Class AggStateBuilderLiteral<I,E,K,V>
java.lang.Object
org.aksw.jenax.graphql.sparql.v2.acc.state.api.builder.AggStateBuilderLiteral<I,E,K,V>
- All Implemented Interfaces:
AggStateBuilder<I,E, K, V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBiFunction<I,E, ? extends V> AggStateLiteral<I,E, K, V> static <I,E, K, V> AggStateBuilderLiteral<I, E, K, V> of(BiFunction<I, E, ? extends V> inputToValue) setInputToValue(BiFunction<I, E, ? extends V> inputToValue) toString()
-
Field Details
-
inputToValue
-
-
Constructor Details
-
AggStateBuilderLiteral
protected AggStateBuilderLiteral()
-
-
Method Details
-
of
public static <I,E, AggStateBuilderLiteral<I,K, V> E, ofK, V> (BiFunction<I, E, ? extends V> inputToValue) -
setInputToValue
-
getInputToValue
-
getGonType
- Specified by:
getGonTypein interfaceAggStateBuilder<I,E, K, V>
-
toString
-
newAggregator
- Specified by:
newAggregatorin interfaceAggStateBuilder<I,E, K, V>
-