org.robokind.api.common.utils
Class ComplexAdapter<A,B,C>

java.lang.Object
  extended by org.robokind.api.common.utils.ComplexAdapter<A,B,C>
All Implemented Interfaces:
org.jflux.api.core.Adapter<A,C>

public final class ComplexAdapter<A,B,C>
extends Object
implements org.jflux.api.core.Adapter<A,C>

Author:
Matthew Stevenson

Constructor Summary
ComplexAdapter(org.jflux.api.core.Adapter<A,B> first, org.jflux.api.core.Adapter<B,C> second)
           
 
Method Summary
 C adapt(A a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexAdapter

public ComplexAdapter(org.jflux.api.core.Adapter<A,B> first,
                      org.jflux.api.core.Adapter<B,C> second)
Method Detail

adapt

public final C adapt(A a)
Specified by:
adapt in interface org.jflux.api.core.Adapter<A,C>


Copyright © 2011-2013. All Rights Reserved.