Packages

t

org.nlogo.api

I18NJava

trait I18NJava extends AnyRef

The Scala compiler won't generate a Java varargs forwarder for a Scala varargs method unless the method comes from a Java class or interface. So this is in Java to be implemented from Scala by I18N.BundleKind.

Source
I18NJava.java
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. I18NJava
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def fn(): (String) ⇒ String
  2. abstract def get(key: String): String
  3. abstract def getN(key: String, args: <repeated...>[AnyRef]): String