Package | Description |
---|---|
org.jboss.errai.otec.client | |
org.jboss.errai.otec.client.mutation |
Modifier and Type | Method and Description |
---|---|
static StringState |
StringState.of(String buffer) |
Modifier and Type | Method and Description |
---|---|
Mutation<StringState,Character> |
CharacterMutation.combineWith(Mutation<StringState,Character> combine) |
Mutation<StringState,String> |
StringMutation.combineWith(Mutation<StringState,String> combine) |
Mutation<StringState,Character> |
CharacterMutation.newBasedOn(int index) |
Mutation<StringState,String> |
StringMutation.newBasedOn(int index) |
Mutation<StringState,Character> |
CharacterMutation.newBasedOn(int index,
int truncate) |
Mutation<StringState,String> |
StringMutation.newBasedOn(int index,
int truncate) |
Modifier and Type | Method and Description |
---|---|
void |
CharacterMutation.apply(StringState state) |
void |
StringMutation.apply(StringState state) |
Modifier and Type | Method and Description |
---|---|
Mutation<StringState,Character> |
CharacterMutation.combineWith(Mutation<StringState,Character> combine) |
Mutation<StringState,String> |
StringMutation.combineWith(Mutation<StringState,String> combine) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.