jfun.yan
Interface Mutation<T>


public interface Mutation<T>

To represent any mutation to an object or any side effect.

Zephyr Business Solution

Author:
Ben Yu

Method Summary
 void mutate(T obj)
           
 

Method Detail

mutate

void mutate(T obj)
            throws java.lang.Throwable
Throws:
java.lang.Throwable