[]Struct jni_android_sys::java::time::temporal::ValueRange

#[repr(transparent)]
pub struct ValueRange(_);

public final class ValueRange

Required feature: "java-time-temporal-ValueRange"

Methods

impl ValueRange

pub fn of_long_long<'env>(
    __jni_env: &'env Env,
    arg0: i64,
    arg1: i64
) -> Result<Option<Local<'env, ValueRange>>, Local<'env, Throwable>>
[src]

of

Required features: "java-time-temporal-ValueRange"

pub fn of_long_long_long<'env>(
    __jni_env: &'env Env,
    arg0: i64,
    arg1: i64,
    arg2: i64
) -> Result<Option<Local<'env, ValueRange>>, Local<'env, Throwable>>
[src]

of

Required features: "java-time-temporal-ValueRange"

pub fn of_long_long_long_long<'env>(
    __jni_env: &'env Env,
    arg0: i64,
    arg1: i64,
    arg2: i64,
    arg3: i64
) -> Result<Option<Local<'env, ValueRange>>, Local<'env, Throwable>>
[src]

of

Required features: "java-time-temporal-ValueRange"

pub fn isFixed<'env>(&'env self) -> Result<bool, Local<'env, Throwable>>[src]

pub fn getMinimum<'env>(&'env self) -> Result<i64, Local<'env, Throwable>>[src]

pub fn getLargestMinimum<'env>(
    &'env self
) -> Result<i64, Local<'env, Throwable>>
[src]

pub fn getSmallestMaximum<'env>(
    &'env self
) -> Result<i64, Local<'env, Throwable>>
[src]

pub fn getMaximum<'env>(&'env self) -> Result<i64, Local<'env, Throwable>>[src]

pub fn isIntValue<'env>(&'env self) -> Result<bool, Local<'env, Throwable>>[src]

pub fn isValidValue<'env>(
    &'env self,
    arg0: i64
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isValidIntValue<'env>(
    &'env self,
    arg0: i64
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn checkValidValue<'env>(
    &'env self,
    arg0: i64,
    arg1: impl Into<Option<&'env TemporalField>>
) -> Result<i64, Local<'env, Throwable>>
[src]

checkValidValue

Required features: "java-time-temporal-TemporalField"

pub fn checkValidIntValue<'env>(
    &'env self,
    arg0: i64,
    arg1: impl Into<Option<&'env TemporalField>>
) -> Result<i32, Local<'env, Throwable>>
[src]

checkValidIntValue

Required features: "java-time-temporal-TemporalField"

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for ValueRange

impl AsRef<Serializable> for ValueRange

impl AsValidJObjectAndEnv for ValueRange

impl Deref for ValueRange

type Target = Object

The resulting type after dereferencing.

impl JniType for ValueRange

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.