com.netflix.astyanax.test
Class ProbabalisticFunction<T,R>

java.lang.Object
  extended by com.netflix.astyanax.test.ProbabalisticFunction<T,R>
All Implemented Interfaces:
com.google.common.base.Function<T,R>

public class ProbabalisticFunction<T,R>
extends java.lang.Object
implements com.google.common.base.Function<T,R>


Nested Class Summary
static class ProbabalisticFunction.Builder<T,R>
           
static class ProbabalisticFunction.Entry<T,R>
           
 
Constructor Summary
ProbabalisticFunction()
           
 
Method Summary
 R apply(T arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

ProbabalisticFunction

public ProbabalisticFunction()
Method Detail

apply

public R apply(T arg)
Specified by:
apply in interface com.google.common.base.Function<T,R>