コード例 #1
0
 public static bool IsJust <T>(this IMaybe <T> source)
 {
     return(!source.IsNothing());
 }