$ D F G L N T U _

$

$(Class<A>) - Static method in class net.sf.staccatocommons.lambda.Lambda
Stubs a type for creating a lambda.
$(Class<A>) - Method in class net.sf.staccatocommons.lambda.LambdaFactory
Stubs a type for creating a lambda.

D

Defaults - Class in net.sf.staccatocommons.lambda.internal
 
Defaults() - Constructor for class net.sf.staccatocommons.lambda.internal.Defaults
 

F

factory() - Static method in class net.sf.staccatocommons.lambda.Lambda
Answers a new LambdaFactory that is capable of stubbing interfaces and non-final classes

G

getDefault(Class<A>) - Static method in class net.sf.staccatocommons.lambda.internal.Defaults
 

L

Lambda - Class in net.sf.staccatocommons.lambda
An utility class for accessing in a shared, thread safe LambdaFactory , or creating standalone LambdaFactorys Lambda and LambdaFactory a DSL for instantiating simple Functions and Predicates.
Lambda() - Constructor for class net.sf.staccatocommons.lambda.Lambda
 
lambda(B) - Static method in class net.sf.staccatocommons.lambda.Lambda
Answers a Function that when applied sends to its argument the message previously sent to the last stubbed type.
lambda(boolean) - Static method in class net.sf.staccatocommons.lambda.Lambda
Answers a Predicate that when evaluated sends to its argument the message previously sent to the last stubbed type.
lambda(boolean) - Method in class net.sf.staccatocommons.lambda.LambdaFactory
Answers a Predicate that when evaluated sends to its argument the message previously sent to the last stubbed type.
lambda(B) - Method in class net.sf.staccatocommons.lambda.LambdaFactory
Answers a Function that when applied sends to its argument the message previously sent to the last stubbed type.
lambda2(C) - Static method in class net.sf.staccatocommons.lambda.Lambda
Answers a Function2 that when applied sends to its first argument the message previously sent to the last stubbed type, passing its second argument as the first message argument.
lambda2(boolean) - Static method in class net.sf.staccatocommons.lambda.Lambda
Answers a Predicate1 that when evaluated sends to its first argument the message previously sent to the last stubbed type, passing its second argument as the first message argument.
lambda2(C) - Method in class net.sf.staccatocommons.lambda.LambdaFactory
 
lambda2(boolean) - Method in class net.sf.staccatocommons.lambda.LambdaFactory
 
lambda3(D) - Static method in class net.sf.staccatocommons.lambda.Lambda
Answers a Function3 that when applied sends to its first argument the message previously sent to the last stubbed type, passing its second argument as the first message argument, and its third argument to the second message argument.
lambda3(D) - Method in class net.sf.staccatocommons.lambda.LambdaFactory
Answers a Function3 that when applied sends to its first argument the message previously sent to the last stubbed type, passing its second argument as the first message argument, and its third argument to the second message argument.
LambdaFactory - Class in net.sf.staccatocommons.lambda
LambdaFactorys are objects capable of creating simple Functions and Predicates of different arities in a DSL style, instead of implementing anonymous classes.
LambdaFactory(ProxyFactory) - Constructor for class net.sf.staccatocommons.lambda.LambdaFactory
Creates a new LambdaFactory

N

net.sf.staccatocommons.lambda - package net.sf.staccatocommons.lambda
 
net.sf.staccatocommons.lambda.internal - package net.sf.staccatocommons.lambda.internal
 

T

throwUnchecked(Throwable) - Static method in class net.sf.staccatocommons.lambda.internal.Unchecker
 

U

ulambda(Object) - Static method in class net.sf.staccatocommons.lambda.Lambda
Same that lambda(Object), but discarding type parameters
ulambda(boolean) - Static method in class net.sf.staccatocommons.lambda.Lambda
Same that lambda(boolean), but discarding type parameters
ulambda2(Object) - Static method in class net.sf.staccatocommons.lambda.Lambda
Same that lambda2(Object), but discarding type parameters
ulambda2(boolean) - Static method in class net.sf.staccatocommons.lambda.Lambda
Same that lambda2(boolean), but discarding type parameters
ulambda3(Object) - Static method in class net.sf.staccatocommons.lambda.Lambda
Same that lambda3(Object), but discarding type parameters
Unchecker<E extends Throwable> - Class in net.sf.staccatocommons.lambda.internal
 

_

_ - Static variable in class net.sf.staccatocommons.lambda.Lambda
Equivalent to _(Object.class)
_(Class<A>) - Static method in class net.sf.staccatocommons.lambda.Lambda
Answers a placeholder for lambdas arguments with arity > 1.

$ D F G L N T U _

Copyright © 2011-2012 StaccatoCommons. All Rights Reserved.