Uses of Package
org.multiverse.api.functions

Packages that use org.multiverse.api.functions
org.multiverse.api.functions   
org.multiverse.api.references   
org.multiverse.stms.gamma.transactionalobjects   
org.multiverse.stms.gamma.transactions   
 

Classes in org.multiverse.api.functions used by org.multiverse.api.functions
BooleanFunction
          A Function for primitives that accepts an argument of type boolean and returns a new value of the same type.
DoubleFunction
          A Function for primitives that accepts an argument of type double and returns a new value of the same type.
Function
          A Function that accepts an argument of a certain type and returns a new value of the same type.
IncIntFunction
          A IntFunction that increased the value with the supplied amount.
IntFunction
          A Function for primitives that accepts an argument of type int and returns a new value of the same type.
LongFunction
          A Function for primitives that accepts an argument of type long and returns a new value of the same type.
 

Classes in org.multiverse.api.functions used by org.multiverse.api.references
BooleanFunction
          A Function for primitives that accepts an argument of type boolean and returns a new value of the same type.
DoubleFunction
          A Function for primitives that accepts an argument of type double and returns a new value of the same type.
Function
          A Function that accepts an argument of a certain type and returns a new value of the same type.
IntFunction
          A Function for primitives that accepts an argument of type int and returns a new value of the same type.
LongFunction
          A Function for primitives that accepts an argument of type long and returns a new value of the same type.
 

Classes in org.multiverse.api.functions used by org.multiverse.stms.gamma.transactionalobjects
BooleanFunction
          A Function for primitives that accepts an argument of type boolean and returns a new value of the same type.
DoubleFunction
          A Function for primitives that accepts an argument of type double and returns a new value of the same type.
Function
          A Function that accepts an argument of a certain type and returns a new value of the same type.
IntFunction
          A Function for primitives that accepts an argument of type int and returns a new value of the same type.
LongFunction
          A Function for primitives that accepts an argument of type long and returns a new value of the same type.
 

Classes in org.multiverse.api.functions used by org.multiverse.stms.gamma.transactions
Function
          A Function that accepts an argument of a certain type and returns a new value of the same type.
 



Copyright © 2012. All Rights Reserved.