Example #1
0
 public static ISelect <TIn, TOut> Assigned <TIn, TOut>(this ISelect <TIn, TOut> @this)
 => @this.If(IsAssigned <TIn> .Default);
Example #2
0
 public ISelect <TIn, TOut> Get(ISelect <TIn, TOut> parameter) => parameter.If(new First <TIn>());