Searched refs:ofNullable (Results 1 – 3 of 3) sorted by relevance
114 public static ImmutableEncodedValue ofNullable(@Nullable EncodedValue encodedValue) { in ofNullable() method in ImmutableEncodedValueFactory
176 Method ofNullable = null;181 ofNullable = optional.getDeclaredMethod("ofNullable", Object.class);189 JAVA_OF_NULLABLE_METHOD = useJavaOptional ? ofNullable : null;
68 this.initialValue = ImmutableEncodedValueFactory.ofNullable(initialValue); in ImmutableField()