Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CanInterface (0.27 sec)

  1. guava-testlib/test/com/google/common/testing/ClassSanityTesterTest.java

      public void testSerializableOnReturnValues_good() throws Exception {
        tester.forAllPublicStaticMethods(GoodSerializableFactory.class).testSerializable();
      }
    
      public static class GoodSerializableFactory {
        public static Object good(Runnable r) {
          return r;
        }
    
        public static Object good(AnInterface i) {
          return i;
        }
      }
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Thu Nov 16 15:12:31 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg reflect, method (Value) Bytes() []uint8
    pkg reflect, method (Value) Call([]Value) []Value
    pkg reflect, method (Value) CallSlice([]Value) []Value
    pkg reflect, method (Value) CanAddr() bool
    pkg reflect, method (Value) CanInterface() bool
    pkg reflect, method (Value) CanSet() bool
    pkg reflect, method (Value) Cap() int
    pkg reflect, method (Value) Close()
    pkg reflect, method (Value) Complex() complex128
    pkg reflect, method (Value) Elem() Value
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top