Select from the dropdown lists to complete the text.
( Action, Func, Predicate ) delegates take no parameters and return nothing (they are void).
( Func, Action, Predicate ) delegates should be used if you are expecting return values.
( Predicate, Action, Func ) functions are a delegate or anonymous function which returns a boolean.