public static class RangeFun.Closed extends Object
Modifier and Type | Class and Description |
---|---|
class |
RangeFun.Closed.From_BigDecimal |
class |
RangeFun.Closed.From_BigInteger |
class |
RangeFun.Closed.From_Comp<E extends Comparable<E>> |
class |
RangeFun.Closed.From_Double |
class |
RangeFun.Closed.From_Integer |
class |
RangeFun.Closed.From_Long |
class |
RangeFun.Closed.From_Seq<E extends Sequential<E,S,U>,S,U> |
Modifier and Type | Method and Description |
---|---|
static RangeFun.Closed |
instance() |
RangeFun.Closed.From_BigDecimal |
postfixBind(BigDecimal bd)
BigDecimal
|
RangeFun.Closed.From_BigInteger |
postfixBind(BigInteger bd)
BigInteger
|
RangeFun.Closed.From_Double |
postfixBind(Double bd)
Double
|
<E extends Comparable<E>> |
postfixBind(E comparable)
Comparable
|
<E extends Sequential<E,S,U>,S,U> |
postfixBind(E sequential)
Sequential
|
RangeFun.Closed.From_Integer |
postfixBind(Integer bd)
Integer
|
RangeFun.Closed.From_Long |
postfixBind(Long bd)
Long
|
public static RangeFun.Closed instance()
public <E extends Comparable<E>> RangeFun.Closed.From_Comp<E> postfixBind(E comparable)
public <E extends Sequential<E,S,U>,S,U> RangeFun.Closed.From_Seq<E,S,U> postfixBind(E sequential)
public RangeFun.Closed.From_BigDecimal postfixBind(BigDecimal bd)
public RangeFun.Closed.From_BigInteger postfixBind(BigInteger bd)
public RangeFun.Closed.From_Double postfixBind(Double bd)
public RangeFun.Closed.From_Long postfixBind(Long bd)
public RangeFun.Closed.From_Integer postfixBind(Integer bd)
Copyright © 2024. All rights reserved.