[]Struct jni_android_sys::java::time::zone::ZoneOffsetTransition

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

public final class ZoneOffsetTransition

Required feature: "java-time-zone-ZoneOffsetTransition"

Methods

impl ZoneOffsetTransition

pub fn of<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LocalDateTime>>,
    arg1: impl Into<Option<&'env ZoneOffset>>,
    arg2: impl Into<Option<&'env ZoneOffset>>
) -> Result<Option<Local<'env, ZoneOffsetTransition>>, Local<'env, Throwable>>
[src]

of

Required features: "java-time-LocalDateTime", "java-time-ZoneOffset", "java-time-zone-ZoneOffsetTransition"

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

getInstant

Required features: "java-time-Instant"

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

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

getDateTimeBefore

Required features: "java-time-LocalDateTime"

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

getDateTimeAfter

Required features: "java-time-LocalDateTime"

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

getOffsetBefore

Required features: "java-time-ZoneOffset"

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

getOffsetAfter

Required features: "java-time-ZoneOffset"

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

getDuration

Required features: "java-time-Duration"

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

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

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

isValidOffset

Required features: "java-time-ZoneOffset"

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

compareTo

Required features: "java-time-zone-ZoneOffsetTransition"

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 ZoneOffsetTransition

impl AsRef<Comparable> for ZoneOffsetTransition

impl AsRef<Serializable> for ZoneOffsetTransition

impl AsValidJObjectAndEnv for ZoneOffsetTransition

impl Deref for ZoneOffsetTransition

type Target = Object

The resulting type after dereferencing.

impl JniType for ZoneOffsetTransition

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.