public interface Mutation<T extends State,D>
Modifier and Type | Method and Description |
---|---|
void |
apply(T state) |
Mutation<T,D> |
combineWith(Mutation<T,D> combine) |
D |
getData() |
int |
getPosition() |
MutationType |
getType() |
int |
length() |
Mutation<T,D> |
newBasedOn(int index) |
Mutation<T,D> |
newBasedOn(int index,
int truncate) |
MutationType getType()
int getPosition()
D getData()
int length()
void apply(T state)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.