Consumer
that performs, in sequence, this
operation followed by the after
operation.after
function to the result.auto
, which declares a field, local, or method as having its type inferred from
its value/definition.char
-valued
argument.value
to type
.ICoercionProvider
where applicable.Comparable
extension to enable relational operators directly on your type.==
and {@code !this
to that
using op
.before
function to its input, and then applies this function to the result.newLength
.target
array.==
and {@code !Bindings
object used to store name/value pairs corresponding with getter/setter methods.List
object used to store raw values corresponding with List methods.java.lang.Class
object for a proxy class
given a class loader and an array of interfaces.Structural
interface with only getter/setter methods can extend this interface and provide default
implementations of its methods and implement a compile-time proxy API to avoid the overhead runtime proxy
generation.enum
types implement this so dynamic proxies can marshal calls to Bindings
.Structural
interface with only list methods can extend this interface and provide default
implementations of its methods and implement a compile-time proxy API to avoid the overhead runtime proxy
generation.Structural.factoryClass()
, if provided, must implement this interface.getProxyClass
method or the newProxyInstance
method.Jailbreak
.iface
interface, delegating to target
.Proxy
instance from a subclass
(typically, a dynamic proxy class) with the specified value
for its invocation handler.Self
to achieve Self
type behavior.Stream
with this array as its source.Bindings
value e.g., a simple value like a string or
number or another Bindings or List of such values.value
parameter to a value suitable for a Bindings
e.g., a JSON bindings.Copyright © 2024. All rights reserved.