Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.otec.client.StringState

Packages that use StringState
org.jboss.errai.otec.client   
org.jboss.errai.otec.client.mutation   
 

Uses of StringState in org.jboss.errai.otec.client
 

Methods in org.jboss.errai.otec.client that return StringState
static StringState StringState.of(String buffer)
           
 

Uses of StringState in org.jboss.errai.otec.client.mutation
 

Methods in org.jboss.errai.otec.client.mutation that return types with arguments of type StringState
 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)
           
 

Methods in org.jboss.errai.otec.client.mutation with parameters of type StringState
 void CharacterMutation.apply(StringState state)
           
 void StringMutation.apply(StringState state)
           
 

Method parameters in org.jboss.errai.otec.client.mutation with type arguments of type StringState
 Mutation<StringState,Character> CharacterMutation.combineWith(Mutation<StringState,Character> combine)
           
 Mutation<StringState,String> StringMutation.combineWith(Mutation<StringState,String> combine)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.