Tabnine Logo
LenskitConfigContext.within
Code IndexAdd Tabnine to your IDE (free)

How to use
within
method
in
org.lenskit.LenskitConfigContext

Best Java code snippets using org.lenskit.LenskitConfigContext.within (Showing top 6 results out of 315)

origin: lenskit/lenskit

/** @see LenskitConfigContext#within(Class) */
@Override
public LenskitConfigContext within(Class<?> type) {
  return context.within(type);
}
origin: lenskit/lenskit

/** @see LenskitConfigContext#within(Class, Class) */
@Override
public LenskitConfigContext within(@Nullable Class<? extends Annotation> qualifier, Class<?> type) {
  return context.within(qualifier, type);
}
origin: lenskit/lenskit

/** @see LenskitConfigContext#within(Annotation, Class) */
@Override
public LenskitConfigContext within(@Nullable Annotation qualifier, Class<?> type) {
  return context.within(qualifier, type);
}
origin: org.grouplens.lenskit/lenskit-groovy

/** @see LenskitConfigContext#within(Class) */
@Override
public LenskitConfigContext within(Class<?> type) {
  return context.within(type);
}
origin: org.grouplens.lenskit/lenskit-groovy

/** @see LenskitConfigContext#within(Annotation, Class) */
@Override
public LenskitConfigContext within(@Nullable Annotation qualifier, Class<?> type) {
  return context.within(qualifier, type);
}
origin: org.grouplens.lenskit/lenskit-groovy

/** @see LenskitConfigContext#within(Class, Class) */
@Override
public LenskitConfigContext within(@Nullable Class<? extends Annotation> qualifier, Class<?> type) {
  return context.within(qualifier, type);
}
org.lenskitLenskitConfigContextwithin

Popular methods of LenskitConfigContext

  • bind
  • set
    Start a binding that sets a parameter. Parameters are qualifiers that bear the Parameter annotation.
  • addComponent
    Add a component object to the injector. This is the equivalent of: this.bind(obj.getClass()).to(obj
  • at
  • bindAny
  • matching

Popular in Java

  • Running tasks concurrently on multiple threads
  • findViewById (Activity)
  • onCreateOptionsMenu (Activity)
  • getSystemService (Context)
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now