implicit final class ByteOps extends AnyVal
- Alphabetic
- By Inheritance
- ByteOps
- AnyVal
- Any
- by AnyOps
- by AnyOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (ByteOps, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (ByteOps) ⇒ Boolean, msg: ⇒ Any): ByteOps
- def ensuring(cond: (ByteOps) ⇒ Boolean): ByteOps
- def ensuring(cond: Boolean, msg: ⇒ Any): ByteOps
- def ensuring(cond: Boolean): ByteOps
- def formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
def
isEven: Boolean
Whether
valueis even.Whether
valueis even.- returns
trueifvalueis even,falseotherwise
- Annotations
- @inline()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isOdd: Boolean
Whether
valueis odd.Whether
valueis odd.- returns
trueifvalueis odd,falseotherwise
- Annotations
- @inline()
-
def
toString(): String
- Definition Classes
- Any
- def →[B](y: B): (ByteOps, B)
Shadowed Implicit Value Members
-
def
future: Future[ByteOps]
Creates an already completed
Futurecontainingvalue.Creates an already completed
Futurecontainingvalue.- returns
the already completed
Futurewith the specified result
- Implicit
- This member is added by an implicit conversion from ByteOps to AnyOps[ByteOps] performed by method AnyOps in scail.commons.ops.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(byteOps: AnyOps[ByteOps]).future
- Definition Classes
- AnyOps
- Annotations
- @inline()
-
def
future: Future[ByteOps]
Creates an already completed
Futurecontainingvalue.Creates an already completed
Futurecontainingvalue.- returns
the already completed
Futurewith the specified result
- Implicit
- This member is added by an implicit conversion from ByteOps to AnyOps[ByteOps] performed by method AnyOps in scail.commons.ops.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(byteOps: AnyOps[ByteOps]).future
- Definition Classes
- AnyOps
- Annotations
- @inline()
-
def
option: Option[ByteOps]
Creates an
Optioncontainingvalue.Creates an
Optioncontainingvalue.- returns
Some(value)ifvalueis notnull,Noneotherwise
- Implicit
- This member is added by an implicit conversion from ByteOps to AnyOps[ByteOps] performed by method AnyOps in scail.commons.ops.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(byteOps: AnyOps[ByteOps]).option
- Definition Classes
- AnyOps
- Annotations
- @inline()
-
def
option: Option[ByteOps]
Creates an
Optioncontainingvalue.Creates an
Optioncontainingvalue.- returns
Some(value)ifvalueis notnull,Noneotherwise
- Implicit
- This member is added by an implicit conversion from ByteOps to AnyOps[ByteOps] performed by method AnyOps in scail.commons.ops.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(byteOps: AnyOps[ByteOps]).option
- Definition Classes
- AnyOps
- Annotations
- @inline()
-
def
tap(f: (ByteOps) ⇒ Unit): ByteOps
Applies side-effectul method to
value, returningvalue.Applies side-effectul method to
value, returningvalue.- f
the side-effectful method to apply to
value- returns
value
- Implicit
- This member is added by an implicit conversion from ByteOps to AnyOps[ByteOps] performed by method AnyOps in scail.commons.ops.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(byteOps: AnyOps[ByteOps]).tap(f)
- Definition Classes
- AnyOps
-
def
tap(f: (ByteOps) ⇒ Unit): ByteOps
Applies side-effectul method to
value, returningvalue.Applies side-effectul method to
value, returningvalue.- f
the side-effectful method to apply to
value- returns
value
- Implicit
- This member is added by an implicit conversion from ByteOps to AnyOps[ByteOps] performed by method AnyOps in scail.commons.ops.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(byteOps: AnyOps[ByteOps]).tap(f)
- Definition Classes
- AnyOps