class UnitFunctionBridge[-T] extends (T) => BoxedUnit
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnitFunctionBridge
- Function1
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UnitFunctionBridge()
Value Members
- def andThen[A](g: (BoxedUnit) => A): (T) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- final def apply(t: T): BoxedUnit
- Definition Classes
- UnitFunctionBridge → Function1
- final def apply$mcLD$sp(d: Double): BoxedUnit
- final def apply$mcLF$sp(f: Float): BoxedUnit
- final def apply$mcLI$sp(i: Int): BoxedUnit
- final def apply$mcLJ$sp(l: Long): BoxedUnit
- def compose[A](g: (A) => T): (A) => BoxedUnit
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def toString(): String
- Definition Classes
- Function1 → AnyRef → Any
(Since version 2.0) Do not use this directly, use subclasses of this