Interface | Description |
---|---|
Action0 |
Represents typed action with no arguments
|
Action1<X> |
Represents typed action with 1 argument
|
Action2<X,Y> |
Represents typed action with 2 arguments
|
Action3<X,Y,Z> |
Represents typed action with 3 arguments
|
Function0<T> |
Function with no arguments, which returns object of type
|
Function1<F,T> | |
Function2<F,G,T> | |
Function3<F,G,H,T> | |
Function4<F,G,H,I,T> | |
Predicate<T> |
Class | Description |
---|---|
Delegates | |
Delegates.Delegate0 | |
Delegates.Delegate1<X> | |
Delegates.Delegate2<X,Y> | |
Delegates.Delegate3<X,Y,Z> | |
Functions | |
Functions.AlwaysFalse<S> | |
Functions.AlwaysTrue<S> | |
Functions.StaticFunction1<S,T> |
Function that takes 1 parameter and returns always the same value
|
Predicates | |
Predicates.AndPredicate<T> | |
Predicates.False<T> | |
Predicates.True<T> |
Copyright © 2016. All Rights Reserved.