Codota Logo
Variadic
Code IndexAdd Codota to your IDE (free)

How to use
Variadic
in
org.robovm.rt.bro.annotation

Best Java code snippets using org.robovm.rt.bro.annotation.Variadic (Showing top 20 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
FileOutputStream f =
  • Codota IconFile file;new FileOutputStream(file)
  • Codota IconString name;new FileOutputStream(name)
  • Codota IconFile file;new FileOutputStream(file, true)
  • Smart code suggestions by Codota
}
origin: robovm/robovm

/**
 * Formats a log message using the specified format string and argument and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg the argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg);
origin: robovm/robovm

/**
 * Formats a log message using the specified format string and arguments and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg1 the first argument to be used in the format string.
 * @param arg2 the second argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg1, NSObject arg2);
origin: robovm/robovm

/**
 * Formats a log message using the specified format string and arguments and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg1 the first argument to be used in the format string.
 * @param arg2 the second argument to be used in the format string.
 * @param arg3 the third argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg1, NSObject arg2, NSObject arg3);
origin: robovm/robovm

/**
 * Formats a log message using the specified format string and arguments and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg1 the first argument to be used in the format string.
 * @param arg2 the second argument to be used in the format string.
 * @param arg3 the third argument to be used in the format string.
 * @param arg4 the forth argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg1, NSObject arg2, NSObject arg3, NSObject arg4);
origin: robovm/robovm

/**
 * Formats a log message using the specified format string and arguments and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg1 the first argument to be used in the format string.
 * @param arg2 the second argument to be used in the format string.
 * @param arg3 the third argument to be used in the format string.
 * @param arg4 the forth argument to be used in the format string.
 * @param arg5 the fifth argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg1, NSObject arg2, NSObject arg3, NSObject arg4, NSObject arg5);

origin: robovm/robovm

@Bridge
@Variadic(3)
private static native @Pointer long objc_appearanceForTraitCollectionWhenContainedIn(ObjCClass cls, Selector sel, UITraitCollection trait,
    ObjCClass c01, ObjCClass c02, ObjCClass c03, ObjCClass c04, ObjCClass c05, ObjCClass c06,
    ObjCClass c07, ObjCClass c08, ObjCClass c09, ObjCClass c10, @Pointer long nil);

origin: robovm/robovm

@Bridge
@Variadic(2)
private static native @Pointer long objc_appearanceWhenContainedIn(ObjCClass cls, Selector sel, 
    ObjCClass c01, ObjCClass c02, ObjCClass c03, ObjCClass c04, ObjCClass c05, ObjCClass c06,
    ObjCClass c07, ObjCClass c08, ObjCClass c09, ObjCClass c10, @Pointer long nil);

origin: com.mobidevelop.robovm/robovm-cocoatouch

/**
 * Formats a log message using the specified format string and arguments and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg1 the first argument to be used in the format string.
 * @param arg2 the second argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg1, NSObject arg2);
origin: com.gluonhq/robovm-cocoatouch

/**
 * Formats a log message using the specified format string and argument and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg the argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg);
origin: com.gluonhq/robovm-cocoatouch

/**
 * Formats a log message using the specified format string and arguments and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg1 the first argument to be used in the format string.
 * @param arg2 the second argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg1, NSObject arg2);
origin: com.mobidevelop.robovm/robovm-cocoatouch

/**
 * Formats a log message using the specified format string and argument and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg the argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg);
origin: com.gluonhq/robovm-cocoatouch

/**
 * Formats a log message using the specified format string and arguments and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg1 the first argument to be used in the format string.
 * @param arg2 the second argument to be used in the format string.
 * @param arg3 the third argument to be used in the format string.
 * @param arg4 the forth argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg1, NSObject arg2, NSObject arg3, NSObject arg4);
origin: com.mobidevelop.robovm/robovm-cocoatouch

/**
 * Formats a log message using the specified format string and arguments and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg1 the first argument to be used in the format string.
 * @param arg2 the second argument to be used in the format string.
 * @param arg3 the third argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg1, NSObject arg2, NSObject arg3);
origin: com.gluonhq/robovm-cocoatouch

/**
 * Formats a log message using the specified format string and arguments and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg1 the first argument to be used in the format string.
 * @param arg2 the second argument to be used in the format string.
 * @param arg3 the third argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg1, NSObject arg2, NSObject arg3);
origin: com.mobidevelop.robovm/robovm-cocoatouch

/**
 * Formats a log message using the specified format string and arguments and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg1 the first argument to be used in the format string.
 * @param arg2 the second argument to be used in the format string.
 * @param arg3 the third argument to be used in the format string.
 * @param arg4 the forth argument to be used in the format string.
 * @param arg5 the fifth argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg1, NSObject arg2, NSObject arg3, NSObject arg4, NSObject arg5);

origin: com.mobidevelop.robovm/robovm-cocoatouch

/**
 * Formats a log message using the specified format string and arguments and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg1 the first argument to be used in the format string.
 * @param arg2 the second argument to be used in the format string.
 * @param arg3 the third argument to be used in the format string.
 * @param arg4 the forth argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg1, NSObject arg2, NSObject arg3, NSObject arg4);
origin: com.gluonhq/robovm-cocoatouch

/**
 * Formats a log message using the specified format string and arguments and
 * prints it to the system log facility. Primitive value arguments must be 
 * wrapped in {@link NSNumber} instances.
 * 
 * @param format the format string.
 * @param arg1 the first argument to be used in the format string.
 * @param arg2 the second argument to be used in the format string.
 * @param arg3 the third argument to be used in the format string.
 * @param arg4 the forth argument to be used in the format string.
 * @param arg5 the fifth argument to be used in the format string.
 */
@Bridge(symbol = "NSLog")
@Variadic(1)
public native static void log(String format, NSObject arg1, NSObject arg2, NSObject arg3, NSObject arg4, NSObject arg5);

origin: com.mobidevelop.robovm/robovm-cocoatouch

@Bridge
@Variadic(3)
private static native @Pointer long objc_appearanceForTraitCollectionWhenContainedIn(ObjCClass cls, Selector sel, UITraitCollection trait,
    ObjCClass c01, ObjCClass c02, ObjCClass c03, ObjCClass c04, ObjCClass c05, ObjCClass c06,
    ObjCClass c07, ObjCClass c08, ObjCClass c09, ObjCClass c10, @Pointer long nil);

origin: com.gluonhq/robovm-cocoatouch

@Bridge
@Variadic(2)
private static native @Pointer long objc_appearanceWhenContainedIn(ObjCClass cls, Selector sel, 
    ObjCClass c01, ObjCClass c02, ObjCClass c03, ObjCClass c04, ObjCClass c05, ObjCClass c06,
    ObjCClass c07, ObjCClass c08, ObjCClass c09, ObjCClass c10, @Pointer long nil);

origin: com.mobidevelop.robovm/robovm-cocoatouch

@Bridge
@Variadic(2)
private static native @Pointer long objc_appearanceWhenContainedIn(ObjCClass cls, Selector sel, 
    ObjCClass c01, ObjCClass c02, ObjCClass c03, ObjCClass c04, ObjCClass c05, ObjCClass c06,
    ObjCClass c07, ObjCClass c08, ObjCClass c09, ObjCClass c10, @Pointer long nil);

org.robovm.rt.bro.annotationVariadic

Most used methods

  • <init>

Popular in Java

  • Making http requests using okhttp
  • requestLocationUpdates (LocationManager)
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • getSystemService (Context)
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • SortedSet (java.util)
    A Set that further provides a total ordering on its elements. The elements are ordered using their C
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • JComboBox (javax.swing)
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now