public abstract class AssociativeOperator<T> extends Object
Constructor and Description |
---|
AssociativeOperator() |
Modifier and Type | Method and Description |
---|---|
abstract T |
apply(T baseValue,
T nextValue) |
static <S> AssociativeOperator<S> |
get(String name,
FlagTypeParser<S> parser) |
abstract boolean |
isCommutative() |
public abstract boolean isCommutative()
public static <S> AssociativeOperator<S> get(String name, FlagTypeParser<S> parser)
Copyright © 2013. All rights reserved.