Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.quoted/Quotes/reflectModule/ApplyMethods

ApplyMethods

scala.quoted.Quotes.reflectModule.ApplyMethods

Extension methods ofApply

Attributes

Source
Quotes.scala
Graph
Supertypes
classObject
traitMatchable
classAny

Members list

Extensions

Extensions

extension(self:Quotes.this.reflectModule.this.Apply)

The arguments (implicitly) passed to the method

The arguments (implicitly) passed to the method

TheApply may be a partially applied method:

def f(x1: Int)(x2: Int) = ???f(1)(2)
  • args is(2) in theApply off(1)(2)
  • args is(1) in theApply off(1)

Attributes

Source
Quotes.scala

Thefun part of an (implicit) application likefun(args)

Thefun part of an (implicit) application likefun(args)

It may be a partially applied method:

def f(x1: Int)(x2: Int) = ???f(1)(2)
  • fun isf(1) in theApply off(1)(2)
  • fun isf in theApply off(1)

Attributes

Source
Quotes.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp