Lines Matching full:is
10 * distributed under the License is distributed on an "AS IS" BASIS,
41 print("Sendable class is sendable");
43 print("Sendable class is not sendable");
48 print("UnSendable class is sendable");
50 print("UnSendable class is not sendable");
55 print("boolean is sendable");
57 print("boolean is not sendable");
63 print("string is sendable");
65 print("string is not sendable");
70 print("number is sendable");
72 print("number is not sendable");
77 print("bigInt is sendable");
79 print("bigInt is not sendable");
85 print("function is sendable");
87 print("function is not sendable");
95 print("sendableFunc is sendable");
97 print("sendableFunc is not sendable");