Saturday, September 28, 2013

QueryActor -> Metallica - The Day That Never Comes

package org.nanotek.util;

/**
 * A functional interface to describe the Actor Role.
 * T - Type, especify a certain stereotype given to this actor.
 *  this stereotype can be defined as "which
 * P - Paper or Role that he plays on the event.
 * M - Mass of result or Initial Mass.
 *  return an object of  T type.
 *  NAO GOZA AGORA JOSE SENAO VOCE VAI TER UM TRECO.
    Estou paranoico O Youtube esta falando comigo nesse momento... ;-)
    Utilities Interfaces
    Todo mundo que faz consulta ta de TPM...
     Tudo Nazista mesmo.
 */

public interface QueryActor <T,P,M>{
public T doAct(P role,T type,M merde);
}