Package akka.dispatch
Class japi.UnitFunctionBridge<T>
- java.lang.Object
 - 
- akka.dispatch.japi.UnitFunctionBridge<T>
 
 
- 
- All Implemented Interfaces:
 scala.Function1<T,scala.runtime.BoxedUnit>
- Direct Known Subclasses:
 Foreach
- Enclosing class:
 - japi
 
public static class japi.UnitFunctionBridge<T> extends java.lang.Object implements scala.Function1<T,scala.runtime.BoxedUnit>Deprecated.Do not use this directly, use subclasses of this. Since 2.0. 
- 
- 
Constructor Summary
Constructors Constructor Description UnitFunctionBridge()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description scala.runtime.BoxedUnitapply(T t)Deprecated.scala.runtime.BoxedUnitapply$mcLD$sp(double d)Deprecated.scala.runtime.BoxedUnitapply$mcLF$sp(float f)Deprecated.scala.runtime.BoxedUnitapply$mcLI$sp(int i)Deprecated.scala.runtime.BoxedUnitapply$mcLJ$sp(long l)Deprecated.protected voidinternal(T result)Deprecated.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface scala.Function1
andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
apply
public final scala.runtime.BoxedUnit apply(T t)
Deprecated.- Specified by:
 applyin interfacescala.Function1<T,scala.runtime.BoxedUnit>
 
- 
apply$mcLD$sp
public final scala.runtime.BoxedUnit apply$mcLD$sp(double d)
Deprecated. 
- 
apply$mcLF$sp
public final scala.runtime.BoxedUnit apply$mcLF$sp(float f)
Deprecated. 
- 
apply$mcLI$sp
public final scala.runtime.BoxedUnit apply$mcLI$sp(int i)
Deprecated. 
- 
apply$mcLJ$sp
public final scala.runtime.BoxedUnit apply$mcLJ$sp(long l)
Deprecated. 
- 
internal
protected void internal(T result)
Deprecated. 
 - 
 
 -