| Package | Description |
|---|---|
| org.apache.parquet.util |
| Modifier and Type | Method and Description |
|---|---|
DynMethods.BoundMethod |
DynConstructors.Ctor.bind(Object receiver) |
DynMethods.BoundMethod |
DynMethods.UnboundMethod.bind(Object receiver)
Returns this method as a BoundMethod for the given receiver.
|
DynMethods.BoundMethod |
DynMethods.Builder.build(Object receiver)
Returns the first valid implementation as a BoundMethod or throws a
RuntimeError if there is none.
|
DynMethods.BoundMethod |
DynMethods.Builder.buildChecked(Object receiver)
Returns the first valid implementation as a BoundMethod or throws a
NoSuchMethodException if there is none.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.